mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user