mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: iftop: Fix license.
* gnu/packages/admin.scm (iftop)[license]: Correct 'gpl3' to 'gpl2+'.
This commit is contained in:
parent
6ac2af78e0
commit
d4e21fbbe0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue