numactl: update license and homepage
This commit is contained in:
parent
158e3cb0da
commit
2741c99060
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Library and tools for non-uniform memory access (NUMA) machines";
|
description = "Library and tools for non-uniform memory access (NUMA) machines";
|
||||||
homepage = http://oss.sgi.com/projects/libnuma/;
|
homepage = https://github.com/numactl/numactl;
|
||||||
license = licenses.gpl2;
|
license = with licenses; [ gpl2 lgpl21 ]; # libnuma is lgpl21
|
||||||
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
|
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
|
||||||
maintainers = with maintainers; [ wkennington ];
|
maintainers = with maintainers; [ wkennington ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue