aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 08380b1f87..0a7cde0b0d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -183,7 +183,7 @@ Ethernet devices.")
(synopsis "Text based network interface status monitor")
(description
"IFStatus is a simple, easy-to-use program for displaying commonly
-needed / wanted real-time traffic statistics of multiple network
+needed/wanted real-time traffic statistics of multiple network
interfaces, with a simple and efficient view on the command line. It is
intended as a substitute for the PPPStatus and EthStatus projects.")
- (license license:bsd-2)))
+ (license license:gpl2+)))
3478e0a0150ced'>build: Protect against misconfiguration of localstatedir....Ludovic Courtès 2016-03-16build: Default to "https://mirror.hydra.gnu.org/" for substitutes....Ludovic Courtès 2015-12-09build: Always check for gzip/bzip2/xz....Ludovic Courtès 2015-10-09build: Fix libgcrypt detection on FHS systems....Ludovic Courtès 2015-06-03Merge branch 'nix'....Ludovic Courtès 2015-05-19build: Make sure $CXX supports C++11....Ludovic Courtès 2015-03-25Rename 'guix substitute-binary' to 'guix substitute'....Ludovic Courtès 2015-02-24build: Reject or warn against file name length limit overruns....Ludovic Courtès 2015-02-04build: Make 'chroot' a hard requirement....Ludovic Courtès 2015-01-04build: Check for <tr1/unordered_set>, now used by the daemon....Ludovic Courtès 2014-09-02daemon: Do not use 'vfork'....Ludovic Courtès 2014-05-17build: Add --with-libgcrypt-libdir=DIR to support Debian's multi-arch layout....Ludovic Courtès 2014-04-24build: Add missing function checks for optional daemon features....Ludovic Courtès 2014-01-24Add 'guix offload' as a daemon build hook....Ludovic Courtès 2013-12-20daemon: Implement signed archive import/export....Ludovic Courtès 2013-05-12build: Use separate `AC_CONFIG_FILES' invocations for executable files....Ludovic Courtès 2013-04-12substitute-binary: Implement `--substitute'....Ludovic Courtès 2013-04-03Add preliminary binary substituter....Ludovic Courtès 2012-12-13build: When `--enable-daemon', don't error out when Nix programs are missing....Ludovic Courtès 2012-12-06build: Run all the tests against the just-built daemon....Ludovic Courtès 2012-12-05daemon: Add `list-runtime-roots' script....Ludovic Courtès 2012-12-04build: daemon: Add missing feature tests....Ludovic Courtès 2012-12-04build: daemon: Remove extraneous quotes in CPP macro `SYSTEM'....Ludovic Courtès 2012-12-03build: Include a copy of Nix's libstore and daemon; build it....Ludovic Courtès