procps-ng: Fix license

This commit is contained in:
William A. Kennington III 2015-03-27 11:32:30 -07:00
parent 22018c40d1
commit 9fc53d95bc

View file

@ -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;
};
}