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 CDCAD158009 for ; Mon, 19 Jun 2023 06:48:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14902E091B; Mon, 19 Jun 2023 06:48:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EB9B1E091B for ; Mon, 19 Jun 2023 06:48:00 +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 BBB45341086 for ; Mon, 19 Jun 2023 06:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D911AA4 for ; Mon, 19 Jun 2023 06:47:57 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1687157256.a4334bebff66cb9803fb10bdff6859fb7ef3cd9f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/jack-audio-connection-kit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild X-VCS-Directories: media-sound/jack-audio-connection-kit/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: a4334bebff66cb9803fb10bdff6859fb7ef3cd9f X-VCS-Branch: master Date: Mon, 19 Jun 2023 06:47:57 +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: 3762433b-1398-4473-b12a-21b6bebaa9df X-Archives-Hash: 81dedfabd471e8d90c31894021b78978 commit: a4334bebff66cb9803fb10bdff6859fb7ef3cd9f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jun 18 09:08:40 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jun 19 06:47:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4334beb media-sound/jack-audio-connection-kit: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Miroslav Šulc gentoo.org> .../jack-audio-connection-kit-0.125.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild index a2d1ff54d968..34cb38689c64 100644 --- a/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild +++ b/media-sound/jack-audio-connection-kit/jack-audio-connection-kit-0.125.0-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="A low-latency audio server" -HOMEPAGE="http://www.jackaudio.org" +HOMEPAGE="https://jackaudio.org" SRC_URI="https://github.com/jackaudio/jack1/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1"