diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-05 00:33:45 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-05 00:35:37 -0400 |
commit | 7550f8eaebae8c6595cd76178e0ce02788396fc5 (patch) | |
tree | 8a68da11bd5264ab72e1e49374c0ecb48d7688c8 /gnu/packages/linux.scm | |
parent | e048de60983da83ee67fdecf689babfc15a4fe41 (diff) | |
download | guix-7550f8eaebae8c6595cd76178e0ce02788396fc5.tar guix-7550f8eaebae8c6595cd76178e0ce02788396fc5.tar.gz |
gnu: net-tools: Remove `hostname` from description.
This is a followup to commit c9e0a44eec12a1e673b518264a7cbc0883670cf5.
* gnu/packages/linux.scm (net-tools)[description]: Update description.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 27b6fb3a62..da41824cfe 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1275,10 +1275,10 @@ messages and are accompanied by a set of manpages.") (synopsis "Tools for controlling the network subsystem in Linux") (description "This package includes the important tools for controlling the network -subsystem of the Linux kernel. This includes arp, hostname, ifconfig, -netstat, rarp and route. Additionally, this package contains utilities -relating to particular network hardware types (plipconfig, slattach) and -advanced aspects of IP configuration (iptunnel, ipmaddr).") +subsystem of the Linux kernel. This includes arp, ifconfig, netstat, rarp and +route. Additionally, this package contains utilities relating to particular +network hardware types (plipconfig, slattach) and advanced aspects of IP +configuration (iptunnel, ipmaddr).") (license license:gpl2+))) (define-public libcap |