commit:     6b8852b6b0f5d0589a64a43e8118548b3978a928
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 06:48:17 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 06:48:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8852b6

app-emacs/magit: Fix SRC_URI

Package-Manager: portage-2.2.20.1

 app-emacs/magit/magit-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/magit/magit-2.2.2.ebuild 
b/app-emacs/magit/magit-2.2.2.ebuild
index 6fc2267..8a803af 100644
--- a/app-emacs/magit/magit-2.2.2.ebuild
+++ b/app-emacs/magit/magit-2.2.2.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 
 DESCRIPTION="An Emacs mode for GIT"
 HOMEPAGE="http://magit.github.io/";
-SRC_URI="mirror://github/magit/magit/releases/download/${PV}/${P}.tar.gz"
+SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="GPL-3+ FDL-1.2+"
 SLOT="0"

Reply via email to