diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-05 00:32:53 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-05 00:35:28 -0400 |
commit | e048de60983da83ee67fdecf689babfc15a4fe41 (patch) | |
tree | c27d7485a93e1d63bb6d50afa1771a9cea535387 | |
parent | 2d677f84f42f53cf69d10e79d50107d09a13f495 (diff) |
gnu: inet-utils: Mention `hostname` in description.
* gnu/packages/admin.scm (inetutils)[description]: Update description.
-rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f056cc51c6..75fba24796 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -282,7 +282,8 @@ re-executing them as necessary.") (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 |