perl-Net-SSLeay: change license
Package is now under the Artistic 2.0 license: > From version 1.66 onwards, this Net-SSLeay package is issued under the > "Perl Artistic License 2.0", the same license as Perl itself.
This commit is contained in:
parent
5941f70820
commit
f135d259d8
@ -9619,7 +9619,7 @@ let self = _self // overrides; _self = with self; {
|
|||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
description = "Perl extension for using OpenSSL";
|
description = "Perl extension for using OpenSSL";
|
||||||
license = "SSLeay";
|
license = stdenv.lib.licenses.artistic2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user