mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
perl-Net-Telnet: fix license field
Under the same license as Perl itself.
This commit is contained in:
parent
ddd41a509a
commit
c7f0a93915
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user