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 39EEE15800D for ; Fri, 7 Jul 2023 07:31:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16C59E0855; Fri, 7 Jul 2023 07:31:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EED26E0855 for ; Fri, 7 Jul 2023 07:31:42 +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 71EF034111C for ; Fri, 7 Jul 2023 07:31:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE006AD9 for ; Fri, 7 Jul 2023 07:31:38 +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: <1688715087.53b0fefba347c30e9b70df6cb80c906af43f1faf.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnjb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnjb/libnjb-2.2.7-r2.ebuild X-VCS-Directories: media-libs/libnjb/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 53b0fefba347c30e9b70df6cb80c906af43f1faf X-VCS-Branch: master Date: Fri, 7 Jul 2023 07:31:38 +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: fa50590b-84ec-4003-bc31-1f9fcd127922 X-Archives-Hash: 66c2cdac9d3c07fd4f2f00eedf4a2894 commit: 53b0fefba347c30e9b70df6cb80c906af43f1faf Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Jul 6 09:09:49 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri Jul 7 07:31:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b0fefb media-libs/libnjb: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Miroslav Šulc gentoo.org> media-libs/libnjb/libnjb-2.2.7-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libnjb/libnjb-2.2.7-r2.ebuild b/media-libs/libnjb/libnjb-2.2.7-r2.ebuild index c09267b64f99..4cdf7c59697f 100644 --- a/media-libs/libnjb/libnjb-2.2.7-r2.ebuild +++ b/media-libs/libnjb/libnjb-2.2.7-r2.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,7 +6,7 @@ EAPI=8 inherit libtool udev DESCRIPTION="Library for communicating with the Creative Nomad JukeBox digital audio player" -HOMEPAGE="http://libnjb.sourceforge.net" +HOMEPAGE="https://libnjb.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD"