summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-notification-daemon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/mate/mate-notification-daemon/default.nix')
-rw-r--r--pkgs/desktops/mate/mate-notification-daemon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/mate/mate-notification-daemon/default.nix b/pkgs/desktops/mate/mate-notification-daemon/default.nix
index 28497084fb6..62181418fdf 100644
--- a/pkgs/desktops/mate/mate-notification-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix
@@ -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 ];
   };