summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-18 21:57:53 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-18 21:57:53 +0200
commit8874f7668ae93bec2805fd823bfcbe80a977e78c (patch)
tree7ccf8fba5056e257678eb06ad36dd1ed2281c961 /gnu/packages/networking.scm
parente0566f12f8b57f3311c9aba1737e791763e89544 (diff)
downloadpatches-8874f7668ae93bec2805fd823bfcbe80a977e78c.tar
patches-8874f7668ae93bec2805fd823bfcbe80a977e78c.tar.gz
gnu: ifstatus: Fix license.
* gnu/packages/networking.scm (ifstatus)[license]: Set to GPL2+.
Diffstat (limited to 'gnu/packages/networking.scm')
-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+)))