numactl: update license and homepage

This commit is contained in:
Markus Kowalewski 2018-08-22 13:04:47 +02:00
parent 158e3cb0da
commit 2741c99060
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Library and tools for non-uniform memory access (NUMA) machines";
homepage = http://oss.sgi.com/projects/libnuma/;
license = licenses.gpl2;
homepage = https://github.com/numactl/numactl;
license = with licenses; [ gpl2 lgpl21 ]; # libnuma is lgpl21
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ wkennington ];
};