mcrypt: update license to GPL 3

This release 2.6.8 is using GNU GPL V3, not V2
This commit is contained in:
Nima 2020-12-30 18:42:41 -08:00
parent 3bf056aad3
commit dcc390fb10

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
ever-wider range of algorithms and modes.
'';
homepage = "http://mcrypt.sourceforge.net";
license = stdenv.lib.licenses.gpl2;
license = stdenv.lib.licenses.gpl3Only;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.qknight ];
};