From: Michael Mair-Keimberger Date: Fri, 27 Apr 2018 17:42:49 +0000 (+0200) Subject: dev-python/coloredlogs: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f598b5ae73f8c9a886353c560a574cbdcee59171;p=gentoo.git dev-python/coloredlogs: use HTTPS --- 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"