gnu: iftop: Fix license.

* gnu/packages/admin.scm (iftop)[license]: Correct 'gpl3' to 'gpl2+'.
master
Leo Famulari 2016-02-15 21:35:59 -05:00
parent 6ac2af78e0
commit d4e21fbbe0
1 changed files with 1 additions and 1 deletions

View File

@ -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