diff options
author | 2023-07-04 12:39:07 +0200 | |
---|---|---|
committer | 2023-07-05 00:17:07 +0200 | |
commit | 3e2ae5ed74a2a3414674911dd65b2d7901c3a548 (patch) | |
tree | 6bf378e52faf296d6f3e56047638272eddf7d978 /dev-libs | |
parent | sys-fs/zfs-kmod: remove unused patch (diff) | |
download | gentoo-3e2ae5ed74a2a3414674911dd65b2d7901c3a548.tar.gz gentoo-3e2ae5ed74a2a3414674911dd65b2d7901c3a548.tar.bz2 gentoo-3e2ae5ed74a2a3414674911dd65b2d7901c3a548.zip |
dev-libs/rasqal: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/rasqal/rasqal-0.9.33-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/rasqal/rasqal-0.9.33-r1.ebuild b/dev-libs/rasqal/rasqal-0.9.33-r1.ebuild index 3b56db4ba01c..b5ed4341eed6 100644 --- a/dev-libs/rasqal/rasqal-0.9.33-r1.ebuild +++ b/dev-libs/rasqal/rasqal-0.9.33-r1.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit autotools DESCRIPTION="Library that handles Resource Description Framework (RDF)" -HOMEPAGE="http://librdf.org/rasqal/" -SRC_URI="http://download.librdf.org/source/${P}.tar.gz" +HOMEPAGE="https://librdf.org/rasqal/" +SRC_URI="https://download.librdf.org/source/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1" SLOT="0" |