summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-01 02:01:26 +0100
committerSam James <sam@gentoo.org>2022-10-01 02:01:26 +0100
commit471bbf284655cc9d99c0302aa15545b6d72f9b19 (patch)
tree61ea4541de8e7da15dbaab2ee7246ad993880490
parentapp-eselect/eselect-python: use HTTPS for EGIT_REPO_URI (diff)
downloadgentoo-471bbf28.tar.gz
gentoo-471bbf28.tar.bz2
gentoo-471bbf28.zip
app-admin/webapp-config: use HTTPS for EGIT_REPO_URI
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-admin/webapp-config/webapp-config-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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"