summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-04 12:40:20 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-07-05 00:17:08 +0200
commitc30705921f288f715090d9cb49383ab0f9d9dbcc (patch)
tree9cae6b3d055e9f32370e9810c3b904aa3ca8e2ac /dev-libs/redland
parentdev-libs/redland-bindings: use HTTPS (diff)
downloadgentoo-c30705921f288f715090d9cb49383ab0f9d9dbcc.tar.gz
gentoo-c30705921f288f715090d9cb49383ab0f9d9dbcc.tar.bz2
gentoo-c30705921f288f715090d9cb49383ab0f9d9dbcc.zip
dev-libs/redland: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31738 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/redland')
-rw-r--r--dev-libs/redland/redland-1.0.17-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
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"