diff options
Diffstat (limited to 'main/inotify-tools/APKBUILD')
-rw-r--r-- | main/inotify-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/inotify-tools/APKBUILD b/main/inotify-tools/APKBUILD index 6c1be7fe72..3d3894b373 100644 --- a/main/inotify-tools/APKBUILD +++ b/main/inotify-tools/APKBUILD @@ -4,7 +4,7 @@ pkgname="inotify-tools" pkgver=3.14 pkgrel=2 pkgdesc="C library and CLI tools providing a simple interface to inotify" -url="http://github.com/rvoicilas/inotify-tools" +url="https://github.com/rvoicilas/inotify-tools" arch="all" license="GPL2" depends="!inotify-tools-inc" |