commit:     471bbf284655cc9d99c0302aa15545b6d72f9b19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 01:01:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 01:01:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471bbf28

app-admin/webapp-config: use HTTPS for EGIT_REPO_URI

Signed-off-by: Sam James <sam <AT> gentoo.org>

 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 3b46bc38c9e2..8d1031b56f77 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";

Reply via email to