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:
Robert Helgesson 2016-09-20 18:24:56 +02:00
parent 5941f70820
commit f135d259d8
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

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