gnu: iftop: Fix license.

* gnu/packages/admin.scm (iftop)[license]: Correct 'gpl3' to 'gpl2+'.
This commit is contained in:
Leo Famulari 2016-02-15 21:35:59 -05:00
parent 6ac2af78e0
commit d4e21fbbe0

View file

@ -1430,7 +1430,7 @@ (define-public iftop
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