Merge pull request #106688 from alyssais/autoconf-license

autoconf: license is GPLv3+
This commit is contained in:
Doron Behar 2021-01-01 10:02:57 +02:00 committed by GitHub
commit d4a76b1f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};