git » python-pyinotify.git » commit 2bcbccc

Replace http:// urls with https://

author Brett Cornwall
2019-07-02 04:36:16 UTC
committer Brett Cornwall
2019-07-02 04:36:16 UTC
parent 231eeb062b25e02c95db43b65eab389fe2e3cc5f

Replace http:// urls with https://

These packages' sites were all verified as https:// functional

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 70693ad..3ca052c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.9.6
 pkgrel=4
 pkgdesc='Python module used for monitoring filesystems events on Linux platforms with inotify.'
 arch=('any')
-url="http://github.com/seb-m/pyinotify"
+url="https://github.com/seb-m/pyinotify"
 license=('custom:MIT')
 makedepends=('python' 'python2')
 source=("https://github.com/seb-m/pyinotify/archive/${pkgver}.tar.gz")