perl-Net-Telnet: fix license field

Under the same license as Perl itself.
This commit is contained in:
Robert Helgesson
2016-09-20 18:30:53 +02:00
parent ddd41a509a
commit c7f0a93915
+1 -1
View File
@@ -9643,7 +9643,7 @@ let self = _self // overrides; _self = with self; {
};
meta = {
description = "Interact with TELNET port or other TCP ports";
license = "unknown";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};