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 = {
|
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 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user