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 BEE9C158009 for ; Mon, 19 Jun 2023 06:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8771E08C0; Mon, 19 Jun 2023 06:47:58 +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 94EBFE08C0 for ; Mon, 19 Jun 2023 06:47:58 +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 7B253340E6F for ; Mon, 19 Jun 2023 06:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 052BFA8B for ; Mon, 19 Jun 2023 06:47:56 +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: <1687157252.9803cdec6c06fe6e0fc76af3ee619c3bd94abc5e.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dssi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/dssi/dssi-1.1.1-r2.ebuild X-VCS-Directories: media-libs/dssi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9803cdec6c06fe6e0fc76af3ee619c3bd94abc5e X-VCS-Branch: master Date: Mon, 19 Jun 2023 06:47:56 +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: dfd152a3-ffba-4749-80e1-83f4b426eb90 X-Archives-Hash: 8b6db71a3fdb96dbc8b33948fef6fa5b commit: 9803cdec6c06fe6e0fc76af3ee619c3bd94abc5e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jun 18 08:46:19 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Jun 19 06:47:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9803cdec media-libs/dssi: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Miroslav Šulc gentoo.org> media-libs/dssi/dssi-1.1.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/dssi/dssi-1.1.1-r2.ebuild b/media-libs/dssi/dssi-1.1.1-r2.ebuild index 2cf087a5fb1b..faa378e8366c 100644 --- a/media-libs/dssi/dssi-1.1.1-r2.ebuild +++ b/media-libs/dssi/dssi-1.1.1-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 autotools DESCRIPTION="Plugin API for software instruments with user interfaces" -HOMEPAGE="http://dssi.sourceforge.net/" +HOMEPAGE="https://dssi.sourceforge.net/" SRC_URI="mirror://sourceforge/dssi/${P}.tar.gz" LICENSE="BSD LGPL-2.1"