diff options
Diffstat (limited to 'community/httpry/APKBUILD')
-rw-r--r-- | community/httpry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/httpry/APKBUILD b/community/httpry/APKBUILD index 5baf23d0ac..01d32cc96f 100644 --- a/community/httpry/APKBUILD +++ b/community/httpry/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A packet sniffer designed for HTTP traffic" # Sources at https://github.com/jbittel/httpry/ url="http://dumpsterventures.com/jason/httpry/" arch="all" -license="GPL2" +license="GPL-2.0" makedepends="libpcap-dev" subpackages="$pkgname-doc" source="http://dumpsterventures.com/jason/httpry/$pkgname-$pkgver.tar.gz" |