commit:     dfe92d85ebe823a146ffe8ba0616050bde09adc5
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 11:28:27 2021 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> 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 <zx2c4 <AT> 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"

Reply via email to