From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CBB5313888F for ; Thu, 22 Oct 2015 06:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 628D721C00D; Thu, 22 Oct 2015 06:48:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AED621C00D for ; Thu, 22 Oct 2015 06:48:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D83423405BB for ; Thu, 22 Oct 2015 06:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28DDA1377 for ; Thu, 22 Oct 2015 06:48:27 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1445496497.6b8852b6b0f5d0589a64a43e8118548b3978a928.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/magit/magit-2.2.2.ebuild X-VCS-Directories: app-emacs/magit/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6b8852b6b0f5d0589a64a43e8118548b3978a928 X-VCS-Branch: master Date: Thu, 22 Oct 2015 06:48:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 928b4bb5-140c-402d-9b35-8fe38732fe09 X-Archives-Hash: c06b5f6829e7c133906b927a6069d216 commit: 6b8852b6b0f5d0589a64a43e8118548b3978a928 Author: Hans de Graaff gentoo org> AuthorDate: Thu Oct 22 06:48:17 2015 +0000 Commit: Hans de Graaff gentoo 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"