From c30705921f288f715090d9cb49383ab0f9d9dbcc Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 4 Jul 2023 12:40:20 +0200 Subject: dev-libs/redland: use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/31738 Signed-off-by: Conrad Kostecki --- dev-libs/redland/redland-1.0.17-r3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs/redland') diff --git a/dev-libs/redland/redland-1.0.17-r3.ebuild b/dev-libs/redland/redland-1.0.17-r3.ebuild index ce2896dd832d..6a118f8339d0 100644 --- a/dev-libs/redland/redland-1.0.17-r3.ebuild +++ b/dev-libs/redland/redland-1.0.17-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit db-use libtool DESCRIPTION="High-level interface for the Resource Description Framework" -HOMEPAGE="http://librdf.org/" -SRC_URI="http://download.librdf.org/source/${P}.tar.gz" +HOMEPAGE="https://librdf.org/" +SRC_URI="https://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" -- cgit v1.2.3-65-gdbad