mcrypt: update license to GPL 3
This release 2.6.8 is using GNU GPL V3, not V2
This commit is contained in:
parent
3bf056aad3
commit
dcc390fb10
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user