diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 18:51:49 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-06-18 18:58:25 +1000 |
commit | 331c6c0ca69c70465abbb3246d5583ef6a4a36f8 (patch) | |
tree | 7619f1bed5ff57341be37da965767116a03844fc /dev-vcs | |
parent | app-editors/focuswriter: use HTTPS (diff) | |
download | gentoo-331c6c0ca69c70465abbb3246d5583ef6a4a36f8.tar.gz gentoo-331c6c0ca69c70465abbb3246d5583ef6a4a36f8.tar.bz2 gentoo-331c6c0ca69c70465abbb3246d5583ef6a4a36f8.zip |
dev-vcs/hgview: use HTTPS
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hgview/hgview-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/hgview/hgview-1.9.0.ebuild b/dev-vcs/hgview/hgview-1.9.0.ebuild index 2b61a55388ad..2fb8088d6207 100644 --- a/dev-vcs/hgview/hgview-1.9.0.ebuild +++ b/dev-vcs/hgview/hgview-1.9.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 DESCRIPTION="A Mercurial interactive history viewer" -HOMEPAGE="http://www.logilab.org/project/hgview/ https://pypi.python.org/pypi/hgview/" +HOMEPAGE="https://www.logilab.org/project/hgview/ https://pypi.python.org/pypi/hgview/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" |