diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-17 14:00:35 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-05-17 14:01:26 +0200 |
commit | 3268e083f8a81bd0fec23339104909419282929d (patch) | |
tree | b948810c6982c339e651086e6a9d1ba19d74325c /net-misc/mico/mico-9999.ebuild | |
parent | dev-libs/bglibs: EAPI7, update ebuild (diff) | |
download | gentoo-3268e083f8a81bd0fec23339104909419282929d.tar.gz gentoo-3268e083f8a81bd0fec23339104909419282929d.tar.bz2 gentoo-3268e083f8a81bd0fec23339104909419282929d.zip |
net-misc/mico: darcs repo url needs www prefix
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'net-misc/mico/mico-9999.ebuild')
-rw-r--r-- | net-misc/mico/mico-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild index a103d157da69..596262c42dff 100644 --- a/net-misc/mico/mico-9999.ebuild +++ b/net-misc/mico/mico-9999.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 @@ inherit flag-o-matic toolchain-funcs autotools PATCH_VER=20170529 if [[ ${PV} == 9999 ]]; then - EDARCS_REPOSITORY="http://mico.org/mico-darcs-repository" + EDARCS_REPOSITORY="http://www.mico.org/mico-darcs-repository" inherit darcs SRC_URI= else |