about summary refs log tree commit diff
path: root/pkgs/tools/X11/hsetroot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/hsetroot/default.nix')
-rw-r--r--pkgs/tools/X11/hsetroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/hsetroot/default.nix b/pkgs/tools/X11/hsetroot/default.nix
index 96241bd02cdf..d91f4bfdf652 100644
--- a/pkgs/tools/X11/hsetroot/default.nix
+++ b/pkgs/tools/X11/hsetroot/default.nix
@@ -14,6 +14,6 @@ stdenv.mkDerivation {
   meta = {
     description = "hsetroot allows you to compose wallpapers ('root pixmaps') for X";
     homepage = http://thegraveyard.org/hsetroot.html;
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }