diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:29:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:58 +0100 |
commit | c6f09091a949abfc557a8e6c8091c38f1c4e228e (patch) | |
tree | d53d0d0ae95da93b4e91fdc9637fdf9db3aff21c /dev-python/bottle | |
parent | dev-python/pytest-virtualenv: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-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.ebuild | 2 |
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" |