From 471bbf284655cc9d99c0302aa15545b6d72f9b19 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 1 Oct 2022 02:01:26 +0100 Subject: [PATCH] app-admin/webapp-config: use HTTPS for EGIT_REPO_URI Signed-off-by: Sam James --- app-admin/webapp-config/webapp-config-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/webapp-config/webapp-config-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 3b46bc38c9e2d..8d1031b56f772 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 prefix if [[ ${PV} = 9999* ]] then - EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" + EGIT_REPO_URI="https://anongit.gentoo.org/proj/${PN}.git" inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"