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
+4 -4
View File
@@ -35,11 +35,11 @@ stdenv.mkDerivation rec {
passthru.updateScript = mateUpdateScript { inherit pname version; };
meta = {
meta = with lib; {
description = "File manager for the MATE desktop";
homepage = "https://mate-desktop.org";
license = with lib.licenses; [ gpl2 lgpl2 ];
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.romildo ];
license = with licenses; [ gpl2Plus lgpl2Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
};
}