diff options
-rw-r--r-- | www-client/uget/uget-1.10.3-r1.ebuild | 4 | ||||
-rw-r--r-- | www-client/uget/uget-1.10.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www-client/uget/uget-1.10.3-r1.ebuild b/www-client/uget/uget-1.10.3-r1.ebuild index 818b61e4123d..73d1f5b2be6c 100644 --- a/www-client/uget/uget-1.10.3-r1.ebuild +++ b/www-client/uget/uget-1.10.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-2 KEYWORDS="" SRC_URI="" - EGIT_REPO_URI="git://urlget.git.sourceforge.net/gitroot/urlget/uget" + EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget" else KEYWORDS="~amd64 ~arm ~ppc ~x86" SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz" diff --git a/www-client/uget/uget-1.10.3.ebuild b/www-client/uget/uget-1.10.3.ebuild index f8c30acfdb76..7e8acd9924a3 100644 --- a/www-client/uget/uget-1.10.3.ebuild +++ b/www-client/uget/uget-1.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then inherit autotools git-2 KEYWORDS="" SRC_URI="" - EGIT_REPO_URI="git://urlget.git.sourceforge.net/gitroot/urlget/uget" + EGIT_REPO_URI="git://git.code.sf.net/p/urlget/uget" else KEYWORDS="amd64 ppc x86" SRC_URI="mirror://sourceforge/urlget/${P}.tar.gz" |