summary refs log tree commit diff
path: root/pkgs/development/tools/misc/autoconf/2.13.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/autoconf/2.13.nix')
-rw-r--r--pkgs/development/tools/misc/autoconf/2.13.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/autoconf/2.13.nix b/pkgs/development/tools/misc/autoconf/2.13.nix
index f6793e3aeec..c3b44ca5686 100644
--- a/pkgs/development/tools/misc/autoconf/2.13.nix
+++ b/pkgs/development/tools/misc/autoconf/2.13.nix
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
       can use, in the form of M4 macro calls.
     '';
 
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
   };
 }