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 8109415800D for ; Mon, 3 Jul 2023 22:02:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8EEE0894; Mon, 3 Jul 2023 22:02:50 +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 C0FDFE0894 for ; Mon, 3 Jul 2023 22:02:50 +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 D6157340DA8 for ; Mon, 3 Jul 2023 22:02:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3620DACC for ; Mon, 3 Jul 2023 22:02:47 +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: <1688421747.7631ec3c1552c732857e9784f6e8c0de1285ee04.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/freefonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/freefonts/freefonts-0.10-r4.ebuild X-VCS-Directories: media-fonts/freefonts/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7631ec3c1552c732857e9784f6e8c0de1285ee04 X-VCS-Branch: master Date: Mon, 3 Jul 2023 22:02:47 +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: 014b0ffe-5222-40ac-ae51-6084ab2c3de1 X-Archives-Hash: f10a36099ff477770cd4a2554f1e32c3 commit: 7631ec3c1552c732857e9784f6e8c0de1285ee04 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 2 08:44:55 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 3 22:02:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7631ec3c media-fonts/freefonts: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-fonts/freefonts/freefonts-0.10-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/freefonts/freefonts-0.10-r4.ebuild b/media-fonts/freefonts/freefonts-0.10-r4.ebuild index 1bbbd33b78bd..927e9aa036c5 100644 --- a/media-fonts/freefonts/freefonts-0.10-r4.ebuild +++ b/media-fonts/freefonts/freefonts-0.10-r4.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=7 @@ -6,7 +6,7 @@ EAPI=7 inherit font DESCRIPTION="A Collection of Free Type1 Fonts" -HOMEPAGE="http://www.gimp.org" +HOMEPAGE="https://www.gimp.org" SRC_URI="mirror://gimp/fonts/${P}.tar.gz" LICENSE="freedist free-noncomm all-rights-reserved"