app-misc/mc: fix git repository url in mc-9999.ebuild
authorYury V. Zaytsev <yury.zaytsev@traveltainment.de>
Mon, 9 May 2016 08:28:34 +0000 (10:28 +0200)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 9 May 2016 18:44:47 +0000 (19:44 +0100)
Signed-off-by: Yury V. Zaytsev <yury.zaytsev@traveltainment.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
app-misc/mc/mc-9999.ebuild

index fae1c2278dfc4c788f208e2d1e3f07be1a049a00..c21d848da48cfa583886aa01b4bb2f28ecf76488 100644 (file)
@@ -5,7 +5,7 @@
 EAPI=6
 
 if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://midnight-commander.org/git/mc.git"
+       EGIT_REPO_URI="git://github.com/MidnightCommander/mc.git https://github.com/MidnightCommander/mc.git git://repo.or.cz/midnight-commander.git"
        LIVE_ECLASSES="git-r3 autotools"
        LIVE_EBUILD=yes
 fi