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 44852138334 for ; Sun, 15 Sep 2019 17:17:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E495E0948; Sun, 15 Sep 2019 17:17:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 69275E0942 for ; Sun, 15 Sep 2019 17:17:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5EEA134B1ED for ; Sun, 15 Sep 2019 17:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 077517FD for ; Sun, 15 Sep 2019 17:17:34 +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: <1568567443.24326d8f3494ebd312c9cc172a5f9ed3bf25cce9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild X-VCS-Directories: x11-apps/xinput_calibrator/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 24326d8f3494ebd312c9cc172a5f9ed3bf25cce9 X-VCS-Branch: master Date: Sun, 15 Sep 2019 17:17:34 +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: daea4e3a-6755-457e-b0ef-1a2d693fcbb6 X-Archives-Hash: 8dbc2c775f08bfe50a7bdbd1fa59bcfe commit: 24326d8f3494ebd312c9cc172a5f9ed3bf25cce9 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 17:10:43 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 15 17:10:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24326d8f x11-apps/xinput_calibrator: Inline mirror://github Signed-off-by: Michał Górny gentoo.org> x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild index d4b7027c807..a2641d8d82d 100644 --- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild +++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild @@ -6,7 +6,7 @@ inherit autotools-utils flag-o-matic DESCRIPTION="A generic touchscreen calibration program for X.Org" HOMEPAGE="https://www.freedesktop.org/wiki/Software/xinput_calibrator" -SRC_URI="mirror://github/tias/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/downloads/tias/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0"