mpage: switch license to gpl2Plus

This commit is contained in:
jopejoe1
2025-09-28 18:47:21 +02:00
parent ca822778fd
commit 55406d35ab
+1 -1
View File
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
ISO 8859.1 to print 8-bit characters.
'';
license = "liberal"; # a non-copyleft license, see `Copyright' file
license = lib.licenses.gpl2Plus;
homepage = "http://www.mesa.nl/pub/mpage/";
platforms = lib.platforms.all;
};