net-misc/mico: darcs repo url needs www prefix
authorMichael Haubenwallner <haubi@gentoo.org>
Fri, 17 May 2019 12:00:35 +0000 (14:00 +0200)
committerMichael Haubenwallner <haubi@gentoo.org>
Fri, 17 May 2019 12:01:26 +0000 (14:01 +0200)
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
net-misc/mico/mico-9999.ebuild

index a103d157da69232409eea90b825b13c67e8bb3bc..596262c42dffc576f8e1bffeef15ae9cd13b1f7d 100644 (file)
@@ -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