diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-22 08:45:44 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-26 14:52:22 -0400 |
commit | 4adfd4a10503bdb3ef3a9cb443297ff943966a20 (patch) | |
tree | fb5dce90144c926c72cd0303cdd107e31cc1bc8f /dev-python/breathe | |
parent | dev-python/blaze: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-4adfd4a10503bdb3ef3a9cb443297ff943966a20.tar.gz gentoo-4adfd4a10503bdb3ef3a9cb443297ff943966a20.tar.bz2 gentoo-4adfd4a10503bdb3ef3a9cb443297ff943966a20.zip |
dev-python/breathe: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/breathe')
-rw-r--r-- | dev-python/breathe/breathe-4.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/breathe/breathe-4.6.0.ebuild b/dev-python/breathe/breathe-4.6.0.ebuild index ba5765578580..74728917ff6f 100644 --- a/dev-python/breathe/breathe-4.6.0.ebuild +++ b/dev-python/breathe/breathe-4.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Sphinx Doxygen renderer" -HOMEPAGE="http://breathe.readthedocs.io/" +HOMEPAGE="https://breathe.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" |