diff options
author | 2018-04-27 19:42:49 +0200 | |
---|---|---|
committer | 2018-04-29 09:35:17 +0200 | |
commit | f598b5ae73f8c9a886353c560a574cbdcee59171 (patch) | |
tree | 49271f307355b56ebb0a04889510eb790cd4930b /dev-python/coloredlogs | |
parent | dev-python/coverage: use HTTPS (diff) | |
download | gentoo-f598b5ae73f8c9a886353c560a574cbdcee59171.tar.gz gentoo-f598b5ae73f8c9a886353c560a574cbdcee59171.tar.bz2 gentoo-f598b5ae73f8c9a886353c560a574cbdcee59171.zip |
dev-python/coloredlogs: use HTTPS
Diffstat (limited to 'dev-python/coloredlogs')
-rw-r--r-- | dev-python/coloredlogs/coloredlogs-6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/coloredlogs/coloredlogs-6.1.ebuild b/dev-python/coloredlogs/coloredlogs-6.1.ebuild index f8a2c00c34c6..12bcf1711a21 100644 --- a/dev-python/coloredlogs/coloredlogs-6.1.ebuild +++ b/dev-python/coloredlogs/coloredlogs-6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="Colored stream handler for the logging module" HOMEPAGE=" https://pypi.org/project/coloredlogs/ https://github.com/xolox/python-coloredlogs - http://coloredlogs.readthedocs.org" + https://coloredlogs.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |