summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2022-04-06 15:16:18 +0200
committerChristian Ruppert <idl0r@gentoo.org>2022-04-06 15:22:49 +0200
commitcf83fc649673e4bddc060ba93a2f59625eb14057 (patch)
treed750c6750cef0204c3073345cfba30a2ee79305f /net-proxy/haproxy/haproxy-2.4.9999.ebuild
parentapp-text/coolreader: update remote-id to github (diff)
downloadgentoo-cf83fc649673e4bddc060ba93a2f59625eb14057.tar.gz
gentoo-cf83fc649673e4bddc060ba93a2f59625eb14057.tar.bz2
gentoo-cf83fc649673e4bddc060ba93a2f59625eb14057.zip
net-proxy/haproxy: Fix EGIT_REPO_URI from http to https
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
Diffstat (limited to 'net-proxy/haproxy/haproxy-2.4.9999.ebuild')
-rw-r--r--net-proxy/haproxy/haproxy-2.4.9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/haproxy/haproxy-2.4.9999.ebuild b/net-proxy/haproxy/haproxy-2.4.9999.ebuild
index 518bddb92d94..22b2de178900 100644
--- a/net-proxy/haproxy/haproxy-2.4.9999.ebuild
+++ b/net-proxy/haproxy/haproxy-2.4.9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} != *9999 ]]; then
SRC_URI="http://haproxy.1wt.eu/download/$(ver_cut 1-2)/src/${MY_P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
else
- EGIT_REPO_URI="http://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
+ EGIT_REPO_URI="https://git.haproxy.org/git/haproxy-$(ver_cut 1-2).git/"
EGIT_BRANCH=master
fi