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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF0D7158090 for ; Wed, 18 May 2022 19:36:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6066E08BD; Wed, 18 May 2022 19:36:00 +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 BCDEBE089C for ; Wed, 18 May 2022 19:36:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 978FE34141F for ; Wed, 18 May 2022 19:35:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F18E1477 for ; Wed, 18 May 2022 19:35:57 +0000 (UTC) From: "Tony Olagbaiye" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Olagbaiye" Message-ID: <1652902399.bcaeea61820fdfde45b3daa33406e2300ad33a9a.gentoo@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/s6-man/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/s6-man/s6-man-9999.ebuild X-VCS-Directories: app-misc/s6-man/ X-VCS-Committer: gentoo X-VCS-Committer-Name: Tony Olagbaiye X-VCS-Revision: bcaeea61820fdfde45b3daa33406e2300ad33a9a X-VCS-Branch: dev Date: Wed, 18 May 2022 19:35:57 +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: ef022161-63e7-4770-8c88-2cf2180168f4 X-Archives-Hash: 642420804965ccde96fbbb579578d469 commit: bcaeea61820fdfde45b3daa33406e2300ad33a9a Author: Tony Olagbaiye fron io> AuthorDate: Wed May 18 19:33:19 2022 +0000 Commit: Tony Olagbaiye fron io> CommitDate: Wed May 18 19:33:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcaeea61 app-misc/s6-man: update HOMEPAGE Signed-off-by: Tony Olagbaiye fron.io> app-misc/s6-man/s6-man-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/s6-man/s6-man-9999.ebuild b/app-misc/s6-man/s6-man-9999.ebuild index b5ba30962..4b3438cec 100644 --- a/app-misc/s6-man/s6-man-9999.ebuild +++ b/app-misc/s6-man/s6-man-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="mdoc versions of the HTML documentation for the s6 supervision suite" -HOMEPAGE="http://skarnet.org/software/s6/" +HOMEPAGE="https://skarnet.org/software/s6/" inherit git-r3 EGIT_REPO_URI="https://github.com/flexibeast/s6-man-pages.git"