diff options
Diffstat (limited to 'dev-vcs/svn2git/svn2git-0_pre20101008.ebuild')
-rw-r--r-- | dev-vcs/svn2git/svn2git-0_pre20101008.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild b/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild index aee1c67b278e..a04a403d36c8 100644 --- a/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild +++ b/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild,v 1.5 2015/03/30 14:54:59 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20101008.ebuild,v 1.6 2015/03/30 19:18:14 sping Exp $ EAPI="2" @@ -8,9 +8,9 @@ inherit qt4-r2 [ "$PV" == "9999" ] && inherit git DESCRIPTION="Importer for one time conversion from svn to git" -HOMEPAGE="http://gitorious.org/svn2git/svn2git" +HOMEPAGE="https://github.com/svn-all-fast-export/svn2git" if [ "$PV" == "9999" ]; then - EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git" + EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git" KEYWORDS="" else SRC_URI="https://www.hartwork.org/public/${P}.tar.gz" |