mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #106688 from alyssais/autoconf-license
autoconf: license is GPLv3+
This commit is contained in:
commit
d4a76b1f5f
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user