[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: iftop: Fix license.
From: |
Leo Famulari |
Subject: |
02/02: gnu: iftop: Fix license. |
Date: |
Tue, 16 Feb 2016 02:37:45 +0000 |
lfam pushed a commit to branch master
in repository guix.
commit d4e21fbbe05bd90bcd38711a9f05088de75c0c35
Author: Leo Famulari <address@hidden>
Date: Mon Feb 15 21:35:59 2016 -0500
gnu: iftop: Fix license.
* gnu/packages/admin.scm (iftop)[license]: Correct 'gpl3' to 'gpl2+'.
---
gnu/packages/admin.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 26bd323..db379a4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1430,7 +1430,7 @@ frequently used directories by typing only a small
pattern.")
for CPU usage. It listens to network traffic on a named interface and
displays a table of current bandwidth usage by pairs of hosts.")
(home-page "http://www.ex-parrot.com/~pdw/iftop/")
- (license license:gpl3)))
+ (license license:gpl2+)))
(define-public munge
(package