mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: inet-utils: Mention hostname
in description.
* gnu/packages/admin.scm (inetutils)[description]: Update description.
This commit is contained in:
parent
2d677f84f4
commit
e048de6098
1 changed files with 2 additions and 1 deletions
|
@ -282,7 +282,8 @@ (define-public inetutils
|
|||
(synopsis "Basic networking utilities")
|
||||
(description
|
||||
"Inetutils is a collection of common network programs, such as an ftp
|
||||
client and server, a telnet client and server, and an rsh client and server.")
|
||||
client and server, a telnet client and server, an rsh client and server, and
|
||||
hostname.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public shadow
|
||||
|
|
Loading…
Reference in a new issue