perl-Net-Telnet: fix license field

Under the same license as Perl itself.
This commit is contained in:
Robert Helgesson 2016-09-19 22:28:04 +02:00
parent ddd41a509a
commit c7f0a93915
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -9643,7 +9643,7 @@ let self = _self // overrides; _self = with self; {
}; };
meta = { meta = {
description = "Interact with TELNET port or other TCP ports"; description = "Interact with TELNET port or other TCP ports";
license = "unknown"; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
}; };