diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-19 20:32:26 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-19 20:33:01 +0100 |
commit | 3705a6e8aab3f60f276b59a135ee39399e7e893c (patch) | |
tree | ad343b32a1642274d2ec5b8f3a7b94147f510b99 /community/httpry | |
parent | b7cd8301eb95065cf94dc6c0206a15e83e1f3d00 (diff) | |
download | aports-3705a6e8aab3f60f276b59a135ee39399e7e893c.tar.bz2 aports-3705a6e8aab3f60f276b59a135ee39399e7e893c.tar.xz |
community/httpry: add URL of GH repository as comment
Diffstat (limited to 'community/httpry')
-rw-r--r-- | community/httpry/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/httpry/APKBUILD b/community/httpry/APKBUILD index 11de97e4f5..5baf23d0ac 100644 --- a/community/httpry/APKBUILD +++ b/community/httpry/APKBUILD @@ -4,6 +4,7 @@ pkgname=httpry pkgver=0.1.8 pkgrel=0 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" |