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
1 changed files with 1 additions and 1 deletions
|
@ -9619,7 +9619,7 @@ let self = _self // overrides; _self = with self; {
|
|||
'';
|
||||
meta = {
|
||||
description = "Perl extension for using OpenSSL";
|
||||
license = "SSLeay";
|
||||
license = stdenv.lib.licenses.artistic2;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue