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@gentoo.org>
This commit is contained in:
Jason A. Donenfeld
2021-08-09 13:28:27 +02:00
parent 20fde189fc
commit dfe92d85eb
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"