summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-menus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/mate/mate-menus/default.nix')
-rw-r--r--pkgs/desktops/mate/mate-menus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/mate/mate-menus/default.nix b/pkgs/desktops/mate/mate-menus/default.nix
index 751dcd50859..5b11c20380a 100644
--- a/pkgs/desktops/mate/mate-menus/default.nix
+++ b/pkgs/desktops/mate/mate-menus/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Menu system for MATE";
     homepage = "https://github.com/mate-desktop/mate-menus";
-    license = with licenses; [ gpl2 lgpl2 ];
+    license = with licenses; [ gpl2Plus lgpl2Plus ];
     platforms = platforms.unix;
     maintainers = [ maintainers.romildo ];
   };