gnu: iftop: Fix license.
authorLeo Famulari <leo@famulari.name>
Tue, 16 Feb 2016 02:35:59 +0000 (21:35 -0500)
committerLeo Famulari <leo@famulari.name>
Tue, 16 Feb 2016 02:37:07 +0000 (21:37 -0500)
* gnu/packages/admin.scm (iftop)[license]: Correct 'gpl3' to 'gpl2+'.

gnu/packages/admin.scm

index 26bd323..db379a4 100644 (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