mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
procps-ng: Fix license
This commit is contained in:
parent
22018c40d1
commit
9fc53d95bc
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Utilities that give information about processes using the /proc filesystem";
|
||||
priority = 10; # less than coreutils, which also provides "kill" and "uptime"
|
||||
maintainers = with maintainers; [ wkennington ];
|
||||
license = licenses.gpl;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user