From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC4A7158137 for ; Tue, 4 Jul 2023 22:17:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7B23E0805; Tue, 4 Jul 2023 22:17:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D394AE0805 for ; Tue, 4 Jul 2023 22:17:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FB8A340F83 for ; Tue, 4 Jul 2023 22:17:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD97FAC9 for ; Tue, 4 Jul 2023 22:17:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1688509027.3e2ae5ed74a2a3414674911dd65b2d7901c3a548.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/rasqal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/rasqal/rasqal-0.9.33-r1.ebuild X-VCS-Directories: dev-libs/rasqal/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3e2ae5ed74a2a3414674911dd65b2d7901c3a548 X-VCS-Branch: master Date: Tue, 4 Jul 2023 22:17:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb691818-39e9-46d1-a641-5b9e20317dd6 X-Archives-Hash: 143b313371eed94867cacc3a5adfe797 commit: 3e2ae5ed74a2a3414674911dd65b2d7901c3a548 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jul 4 10:39:07 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 4 22:17:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2ae5ed dev-libs/rasqal: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/rasqal/rasqal-0.9.33-r1.ebuild | 4 ++-- 1 file 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"