summary refs log tree commit diff
path: root/pkgs/desktops/xfce/core/garcon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/xfce/core/garcon.nix')
-rw-r--r--pkgs/desktops/xfce/core/garcon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/xfce/core/garcon.nix b/pkgs/desktops/xfce/core/garcon.nix
index 33b64cd878ed..44f5a95224e4 100644
--- a/pkgs/desktops/xfce/core/garcon.nix
+++ b/pkgs/desktops/xfce/core/garcon.nix
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://www.xfce.org/;
     description = "Xfce menu support library";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }