net-im/mcabber: update HG_URI_REPO

Bug: https://bugs.gentoo.org/737898
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
This commit is contained in:
Andrey Utkin
2020-10-19 07:44:56 +01:00
parent ff26e993b1
commit eec1071b5b

View File

@@ -10,7 +10,7 @@ HOMEPAGE="http://mcabber.com/"
if [[ "${PV}" == 9999 ]]; then
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/McKael/mcabber"
EHG_REPO_URI="https://mcabber.com/hg/"
EHG_CHECKOUT_DIR="${WORKDIR}"
EHG_BOOTSTRAP="autogen.sh"
S="${WORKDIR}/${PN}"