summaryrefslogtreecommitdiff
path: root/net-misc/passt/passt-2024.04.26.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/passt/passt-2024.04.26.ebuild')
-rw-r--r--net-misc/passt/passt-2024.04.26.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/passt/passt-2024.04.26.ebuild b/net-misc/passt/passt-2024.04.26.ebuild
index c73a0f7c146b..cf83c50f72ed 100644
--- a/net-misc/passt/passt-2024.04.26.ebuild
+++ b/net-misc/passt/passt-2024.04.26.ebuild
@@ -12,7 +12,7 @@ RELEASE_COMMIT="d03c4e2"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
- EGIT_REPO_URI="git://passt.top/passt"
+ EGIT_REPO_URI="https://passt.top/passt"
else
SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz"
S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"