summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNathan Jones2018-04-30 11:09:19 -0400
committerNathan Jones2018-04-30 11:09:19 -0400
commit735dd8391a28b4e3900967abf66ce031bce3f7e0 (patch)
tree49ea3d573c93bbecb66e3a84c23e0b70ab0cc157 /PKGBUILD
parent4fb7e9a00485ed635fb2f0904ed109339fa08db9 (diff)
downloadaur-ifstat.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d78bc98cc649..32a27cafd840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A tool to report network interfaces bandwith just like vmstat/iostat do for other system counters"
arch=('i686' 'x86_64')
url="http://gael.roualland.free.fr/ifstat/"
-license=('BSD')
+license=('GPL')
install=ifstat.install
source=("http://gael.roualland.free.fr/ifstat/ifstat-$pkgver.tar.gz"
"0001-a.patch")