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
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Notification daemon for MATE Desktop";
homepage = "https://github.com/mate-desktop/mate-notification-daemon";
license = licenses.gpl2;
license = with licenses; [ gpl2Plus gpl3Plus ];
platforms = platforms.unix;
maintainers = [ maintainers.romildo ];
};