diff options
Diffstat (limited to 'testing/py-nikola/APKBUILD')
-rw-r--r-- | testing/py-nikola/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-nikola/APKBUILD b/testing/py-nikola/APKBUILD index 84dc4714a6..f8ad5532d9 100644 --- a/testing/py-nikola/APKBUILD +++ b/testing/py-nikola/APKBUILD @@ -15,7 +15,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="$pkgname-doc" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/nikola-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/nikola-$pkgver.tar.gz" _builddir="$srcdir"/nikola-$pkgver prepare() { |