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 578EC15802E for ; Sat, 29 Jun 2024 01:23:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 847762BC01A; Sat, 29 Jun 2024 01:23:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69E0F2BC01A for ; Sat, 29 Jun 2024 01:23:22 +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 4EF9D335C96 for ; Sat, 29 Jun 2024 01:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D36851BC0 for ; Sat, 29 Jun 2024 01:23:19 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1719624196.b9559a7e45fad1e1f3e24666ca086fc0176ad123.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-boot/grml-rescueboot/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild X-VCS-Directories: sys-boot/grml-rescueboot/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: b9559a7e45fad1e1f3e24666ca086fc0176ad123 X-VCS-Branch: dev Date: Sat, 29 Jun 2024 01:23:19 +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: 315e7cbd-ddb5-4d46-80a4-c348e984d462 X-Archives-Hash: dc01b377430f8ae677c9f70a0a05d085 commit: b9559a7e45fad1e1f3e24666ca086fc0176ad123 Author: Vitaly Zdanevich ya ru> AuthorDate: Sat Jun 29 01:23:16 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Sat Jun 29 01:23:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9559a7e sys-boot/grml-rescueboot: http -> httpS Signed-off-by: Vitaly Zdanevich ya.ru> sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild index 9673a628c..d5ef3ff12 100644 --- a/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild +++ b/sys-boot/grml-rescueboot/grml-rescueboot-0.6.1.ebuild @@ -6,9 +6,9 @@ EAPI=8 inherit unpacker DESCRIPTION="grub2 script to add ISO images to the grub2 boot menu" -HOMEPAGE="http://wiki.grml.org/doku.php?id=rescueboot" +HOMEPAGE="https://wiki.grml.org/doku.php?id=rescueboot" -SRC_URI="http://deb.grml.org/pool/main/g/${PN}/${PN}_${PV}_all.deb" +SRC_URI="https://deb.grml.org/pool/main/g/${PN}/${PN}_${PV}_all.deb" S="${WORKDIR}" LICENSE="GPL-2"