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

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-10-01 02:01:26 +01:00
parent 2cf9f91cbf
commit 471bbf2846

View File

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