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 CD192139360 for ; Mon, 9 Aug 2021 11:28:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F146E086D; Mon, 9 Aug 2021 11:28:48 +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 04E82E086D for ; Mon, 9 Aug 2021 11:28:47 +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 E5EBC342B12 for ; Mon, 9 Aug 2021 11:28:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8423C7BD for ; Mon, 9 Aug 2021 11:28:45 +0000 (UTC) From: "Jason A. Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" Message-ID: <1628508514.dfe92d85ebe823a146ffe8ba0616050bde09adc5.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/entr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/entr/entr-4.9.ebuild app-admin/entr/entr-5.0.ebuild X-VCS-Directories: app-admin/entr/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: dfe92d85ebe823a146ffe8ba0616050bde09adc5 X-VCS-Branch: master Date: Mon, 9 Aug 2021 11:28:45 +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: cb046010-c62f-4293-a58c-3adaef4b4236 X-Archives-Hash: e9cf107e7240c1ccce2b0045cc9587ab commit: dfe92d85ebe823a146ffe8ba0616050bde09adc5 Author: Jason A. Donenfeld gentoo org> AuthorDate: Mon Aug 9 11:28:27 2021 +0000 Commit: Jason A. Donenfeld gentoo org> CommitDate: Mon Aug 9 11:28:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe92d85 app-admin/entr: use http rather than https for URIs Github points to HTTP, but HTTPS is available, so use that. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Jason A. Donenfeld gentoo.org> app-admin/entr/entr-4.9.ebuild | 4 ++-- app-admin/entr/entr-5.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/entr/entr-4.9.ebuild b/app-admin/entr/entr-4.9.ebuild index 0ed45c47857..88a8eb810fa 100644 --- a/app-admin/entr/entr-4.9.ebuild +++ b/app-admin/entr/entr-4.9.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Run arbitrary commands when files change" -HOMEPAGE="http://eradman.com/entrproject/" -SRC_URI="http://eradman.com/entrproject/code/${P}.tar.gz" +HOMEPAGE="https://eradman.com/entrproject/" +SRC_URI="https://eradman.com/entrproject/code/${P}.tar.gz" LICENSE="ISC" SLOT="0" diff --git a/app-admin/entr/entr-5.0.ebuild b/app-admin/entr/entr-5.0.ebuild index 56739e0f6e0..1727eee4622 100644 --- a/app-admin/entr/entr-5.0.ebuild +++ b/app-admin/entr/entr-5.0.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Run arbitrary commands when files change" -HOMEPAGE="http://eradman.com/entrproject/" -SRC_URI="http://eradman.com/entrproject/code/${P}.tar.gz" +HOMEPAGE="https://eradman.com/entrproject/" +SRC_URI="https://eradman.com/entrproject/code/${P}.tar.gz" LICENSE="ISC" SLOT="0"