diff options
Diffstat (limited to 'testing/py-flask-mail/APKBUILD')
-rw-r--r-- | testing/py-flask-mail/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-flask-mail/APKBUILD b/testing/py-flask-mail/APKBUILD index b6703ec4a4..376ce6aad1 100644 --- a/testing/py-flask-mail/APKBUILD +++ b/testing/py-flask-mail/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://pypi.python.org/packages/source/F/Flask-Mail/Flask-Mail-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/F/Flask-Mail/Flask-Mail-$pkgver.tar.gz" _builddir="$srcdir"/Flask-Mail-$pkgver prepare() { |