diff options
author | Leo Famulari <leo@famulari.name> | 2016-02-15 21:35:59 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-02-15 21:37:07 -0500 |
commit | d4e21fbbe05bd90bcd38711a9f05088de75c0c35 (patch) | |
tree | 93387e0fb15e4c679b86cb032bf83f6d5c501b79 /gnu/packages/admin.scm | |
parent | 6ac2af78e032258513f42be1f25219da90260b1c (diff) | |
download | guix-d4e21fbbe05bd90bcd38711a9f05088de75c0c35.tar guix-d4e21fbbe05bd90bcd38711a9f05088de75c0c35.tar.gz |
gnu: iftop: Fix license.
* gnu/packages/admin.scm (iftop)[license]: Correct 'gpl3' to 'gpl2+'.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | 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 26bd323085..db379a430f 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 |