diff options
author | Sam James <sam@gentoo.org> | 2021-11-14 09:18:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-14 09:19:20 +0000 |
commit | 31fee1f26dba6980f6bee119005f33cc3eb2739a (patch) | |
tree | b1777893d935ee304c09d210e42a3857d9f91908 /net-libs/libisds | |
parent | app-misc/dvtm: use HTTPS for EGIT_REPO_URI (diff) | |
download | gentoo-31fee1f26dba6980f6bee119005f33cc3eb2739a.tar.gz gentoo-31fee1f26dba6980f6bee119005f33cc3eb2739a.tar.bz2 gentoo-31fee1f26dba6980f6bee119005f33cc3eb2739a.zip |
net-libs/libisds: use HTTPS for EGIT_REPO_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/libisds')
-rw-r--r-- | net-libs/libisds/libisds-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libisds/libisds-9999.ebuild b/net-libs/libisds/libisds-9999.ebuild index eb24a312d360..05e9b62f8308 100644 --- a/net-libs/libisds/libisds-9999.ebuild +++ b/net-libs/libisds/libisds-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit autotools git-r3 DESCRIPTION="Client library for accessing ISDS Soap services" HOMEPAGE="http://xpisar.wz.cz/libisds/" -EGIT_REPO_URI="git://repo.or.cz/${PN}.git" +EGIT_REPO_URI="https://repo.or.cz/${PN}.git" LICENSE="LGPL-3" SLOT="0" |