about summary refs log tree commit diff
path: root/pkgs/tools/text/enscript
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/enscript')
-rw-r--r--pkgs/tools/text/enscript/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/enscript/default.nix b/pkgs/tools/text/enscript/default.nix
index 156ff7aea6b1..fe11ec592463 100644
--- a/pkgs/tools/text/enscript/default.nix
+++ b/pkgs/tools/text/enscript/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
          it has many options that can be used to customize printouts.
       '';
 
-    license = "GPLv3+";
+    license = stdenv.lib.licenses.gpl3Plus;
 
     homepage = http://www.gnu.org/software/enscript/;