mate: fix licenses

This commit is contained in:
José Romildo Malaquias
2021-04-22 10:29:01 -03:00
parent 21b93fa0cc
commit 7501beac87
27 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Common files for development of MATE packages";
homepage = "https://mate-desktop.org";
license = lib.licenses.gpl3;
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.romildo ];
};