diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-02 11:51:28 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-02 11:53:20 +0200 |
commit | ec34859ab3c66d88869ce6e836eb2b92450abc19 (patch) | |
tree | 9d5cf41dd566bb0170a1f8ae0427d5d305f22863 /dev-vcs/mercurial | |
parent | dev-libs/cyberjack: version bump (adds support for cyberJack one) (diff) | |
download | gentoo-ec34859ab3c66d88869ce6e836eb2b92450abc19.tar.gz gentoo-ec34859ab3c66d88869ce6e836eb2b92450abc19.tar.bz2 gentoo-ec34859ab3c66d88869ce6e836eb2b92450abc19.zip |
dev-vcs/mercurial: Fixed HOMEPAGE in live ebuild (thanks Hanno).
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index ca65f32e362d..cec70110d444 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="@" |