about summary refs log tree commit diff
path: root/pkgs/tools/X11/autocutsel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/autocutsel/default.nix')
-rw-r--r--pkgs/tools/X11/autocutsel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/autocutsel/default.nix b/pkgs/tools/X11/autocutsel/default.nix
index 1fe3cb646ff44..8506c9f38f3d9 100644
--- a/pkgs/tools/X11/autocutsel/default.nix
+++ b/pkgs/tools/X11/autocutsel/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     inherit version;
     homepage = "http://www.nongnu.org/autocutsel/";
     description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     platforms = with stdenv.lib.platforms; all;
     updateWalker = true;
   };