git » python-structlog.git » commit 4d12c1a

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 39c34fd56ebaac97e177068810f61a0d1ac82549

Replace http:// urls with https://

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

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 8b69f13..c5abcde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=python-structlog
 pkgver=19.1.0
 pkgrel=2
 pkgdesc="Structured Logging for Python"
-url="http://www.structlog.org"
+url="https://www.structlog.org"
 license=('Apache')
 arch=('any')
 depends=('python-six')