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 5F9CA15800D for ; Mon, 3 Jul 2023 22:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A26CE087C; Mon, 3 Jul 2023 22:02:49 +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 452D1E087C for ; Mon, 3 Jul 2023 22:02:49 +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 75487340B6A for ; Mon, 3 Jul 2023 22:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBABBAC9 for ; Mon, 3 Jul 2023 22:02:46 +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: <1688421746.382b287c7fdd0b19e48a006f670620bcd41af682.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/artwiz-latin1/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild X-VCS-Directories: media-fonts/artwiz-latin1/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 382b287c7fdd0b19e48a006f670620bcd41af682 X-VCS-Branch: master Date: Mon, 3 Jul 2023 22:02:46 +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: 940ce1c8-afa7-4109-b6df-acd5df5207ec X-Archives-Hash: 19961f3e917eca5151196462cd0df40d commit: 382b287c7fdd0b19e48a006f670620bcd41af682 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jul 2 08:16:26 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Jul 3 22:02:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382b287c media-fonts/artwiz-latin1: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild b/media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild index b818ff7c8a78..50bb6d7d4ce2 100644 --- a/media-fonts/artwiz-latin1/artwiz-latin1-1.1.ebuild +++ b/media-fonts/artwiz-latin1/artwiz-latin1-1.1.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 set of improved Artwiz fonts with bold and full ISO-8859-1 support" -HOMEPAGE="http://artwiz-latin1.sourceforge.net/" +HOMEPAGE="https://artwiz-latin1.sourceforge.net/" SRC_URI="mirror://sourceforge/artwiz-latin1/${P}.tgz" LICENSE="GPL-2"