From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C91E138334 for ; Sat, 5 Oct 2019 18:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E1CEE08C8; Sat, 5 Oct 2019 18:56:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54887E08C8 for ; Sat, 5 Oct 2019 18:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C9B34B9B3 for ; Sat, 5 Oct 2019 18:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635DA886 for ; Sat, 5 Oct 2019 18:56:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570301720.2de76ac0f758481493e977a274bb30c53f85162d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/cgit/cgit-1.2.1.ebuild X-VCS-Directories: www-apps/cgit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2de76ac0f758481493e977a274bb30c53f85162d X-VCS-Branch: master Date: Sat, 5 Oct 2019 18:56:01 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc846096-c38f-4e10-abe1-cc13775cd063 X-Archives-Hash: 9386c6cb2c1bad75c614cbb533c0d431 commit: 2de76ac0f758481493e977a274bb30c53f85162d Author: Michał Górny gentoo org> AuthorDate: Mon Sep 30 06:49:28 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 5 18:55:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de76ac0 www-apps/cgit: Inline mirror://kernel Signed-off-by: Michał Górny gentoo.org> www-apps/cgit/cgit-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/cgit/cgit-1.2.1.ebuild b/www-apps/cgit/cgit-1.2.1.ebuild index 4bbbeef07a1..6b78500479a 100644 --- a/www-apps/cgit/cgit-1.2.1.ebuild +++ b/www-apps/cgit/cgit-1.2.1.ebuild @@ -13,7 +13,7 @@ GIT_V="2.18.0" DESCRIPTION="a fast web-interface for git repositories" HOMEPAGE="https://git.zx2c4.com/cgit/about" -SRC_URI="mirror://kernel/software/scm/git/git-${GIT_V}.tar.xz +SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz" LICENSE="GPL-2"