summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bba613ef57f3..b3e64a005ab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-agate
pkgdesc = A data analysis library that is optimized for humans instead of machines
pkgver = 1.6.1
pkgrel = 4
- url = http://agate.readthedocs.org/
+ url = https://agate.readthedocs.org/
arch = any
license = MIT
checkdepends = python-cssselect
diff --git a/PKGBUILD b/PKGBUILD
index cc10faee978a..bebd94437668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.6.1
pkgrel=4
pkgdesc='A data analysis library that is optimized for humans instead of machines'
arch=('any')
-url='http://agate.readthedocs.org/'
+url='https://agate.readthedocs.org/'
license=('MIT')
depends=(
'python'