numactl: update license and homepage
This commit is contained in:
parent
158e3cb0da
commit
2741c99060
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user