summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 15:29:56 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:58 +0100
commitc6f09091a949abfc557a8e6c8091c38f1c4e228e (patch)
treed53d0d0ae95da93b4e91fdc9637fdf9db3aff21c /dev-python/bottle
parentdev-python/pytest-virtualenv: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-c6f09091a949abfc557a8e6c8091c38f1c4e228e.tar.gz
gentoo-c6f09091a949abfc557a8e6c8091c38f1c4e228e.tar.bz2
gentoo-c6f09091a949abfc557a8e6c8091c38f1c4e228e.zip
dev-python/bottle: Use https for HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bottle')
-rw-r--r--dev-python/bottle/bottle-0.12.16.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bottle/bottle-0.12.16.ebuild b/dev-python/bottle/bottle-0.12.16.ebuild
index 4d5b75adc20f..256eed7e1c0f 100644
--- a/dev-python/bottle/bottle-0.12.16.ebuild
+++ b/dev-python/bottle/bottle-0.12.16.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
inherit distutils-r1 eutils
DESCRIPTION="A fast and simple micro-framework for small web-applications"
-HOMEPAGE="https://pypi.org/project/bottle/ http://bottlepy.org/"
+HOMEPAGE="https://pypi.org/project/bottle/ https://bottlepy.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"