pax-utils: clarify license

This commit is contained in:
Fabian Affolter
2021-09-05 11:13:58 +02:00
committed by GitHub
parent a693aca24d
commit 4dd783a187
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
binary files.
'';
homepage = "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice joachifm ];
};