commit: ec34859ab3c66d88869ce6e836eb2b92450abc19 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Mon Oct 2 09:51:28 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 09:53:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec34859a
dev-vcs/mercurial: Fixed HOMEPAGE in live ebuild (thanks Hanno). Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-vcs/mercurial/mercurial-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index ca65f32e362..cec70110d44 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads" inherit bash-completion-r1 elisp-common eutils distutils-r1 mercurial flag-o-matic DESCRIPTION="Scalable distributed SCM" -HOMEPAGE="http://mercurial.selenic.com/" +HOMEPAGE="https://www.mercurial-scm.org/" EHG_REPO_URI="http://selenic.com/repo/hg" EHG_REVISION="@"
