From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1628104-garchives=archives.gentoo.org@lists.gentoo.org> 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 9632F158064 for <garchives@archives.gentoo.org>; Sun, 5 May 2024 18:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD9AAE2C7C; Sun, 5 May 2024 18:56:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B186DE2C7C for <gentoo-commits@lists.gentoo.org>; Sun, 5 May 2024 18:56:54 +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 085DB34315A for <gentoo-commits@lists.gentoo.org>; Sun, 5 May 2024 18:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49AB11A35 for <gentoo-commits@lists.gentoo.org>; Sun, 5 May 2024 18:56:51 +0000 (UTC) From: "Conrad Kostecki" <conikost@gentoo.org> 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" <conikost@gentoo.org> Message-ID: <1714935367.26b3b7de44cd9ab968b475d8ff44ab0f57f49ea8.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild X-VCS-Directories: app-misc/dailystrips/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 26b3b7de44cd9ab968b475d8ff44ab0f57f49ea8 X-VCS-Branch: master Date: Sun, 5 May 2024 18:56:51 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b3dc5537-fe45-4bcc-b476-3155a4a7fed2 X-Archives-Hash: 96bea2d8895a7645e7f0065282e3b686 commit: 26b3b7de44cd9ab968b475d8ff44ab0f57f49ea8 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun May 5 16:50:55 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun May 5 18:56:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b3b7de app-misc/dailystrips: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild index 066d7b98a937..048a39dff08c 100644 --- a/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild +++ b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild @@ -3,8 +3,8 @@ EAPI=8 -DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web" -HOMEPAGE="http://dailystrips.sourceforge.net/" +DESCRIPTION="Dailystrips automatically downloads your favorite online comics from the web" +HOMEPAGE="https://dailystrips.sourceforge.net/" SRC_URI="https://downloads.sourceforge.net/dailystrips/${P}.tar.gz" LICENSE="GPL-2"