summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-01-01 10:02:57 +0200
committerGitHub <noreply@github.com>2021-01-01 10:02:57 +0200
commitd4a76b1f5fb48896a3348c394196e7552e3eb9ef (patch)
treecb0f223fb2a109b10163cab635b608144d367d53
parent04ea3b4eb98b559f50b64ccfd8892b8326575a61 (diff)
parentbbaed0d6d546104b1f52eafb490f718536ba4588 (diff)
downloadnixpkgs-d4a76b1f5fb48896a3348c394196e7552e3eb9ef.tar
nixpkgs-d4a76b1f5fb48896a3348c394196e7552e3eb9ef.tar.gz
nixpkgs-d4a76b1f5fb48896a3348c394196e7552e3eb9ef.tar.bz2
nixpkgs-d4a76b1f5fb48896a3348c394196e7552e3eb9ef.tar.lz
nixpkgs-d4a76b1f5fb48896a3348c394196e7552e3eb9ef.tar.xz
nixpkgs-d4a76b1f5fb48896a3348c394196e7552e3eb9ef.tar.zst
nixpkgs-d4a76b1f5fb48896a3348c394196e7552e3eb9ef.zip
Merge pull request #106688 from alyssais/autoconf-license
autoconf: license is GPLv3+
-rw-r--r--pkgs/development/tools/misc/autoconf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/misc/autoconf/default.nix b/pkgs/development/tools/misc/autoconf/default.nix
index 93add837290..936cc9a1454 100644
--- a/pkgs/development/tools/misc/autoconf/default.nix
+++ b/pkgs/development/tools/misc/autoconf/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
       can use, in the form of M4 macro calls.
     '';
 
-    license = stdenv.lib.licenses.gpl2Plus;
+    license = stdenv.lib.licenses.gpl3Plus;
 
     platforms = stdenv.lib.platforms.all;
   };