diff options
Diffstat (limited to 'main/iftop/APKBUILD')
-rw-r--r-- | main/iftop/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iftop/APKBUILD b/main/iftop/APKBUILD index 349634c1b39..741d766dfc9 100644 --- a/main/iftop/APKBUILD +++ b/main/iftop/APKBUILD @@ -5,7 +5,7 @@ pkgrel=7 pkgdesc="A tool to display bandwidth usage on an interface" url="http://www.ex-parrot.com/~pdw/iftop/" arch="all" -license="GPL2" +license="GPL-2.0" depends="" makedepends="libpcap-dev>=1 ncurses-dev" subpackages="$pkgname-doc" |