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 83020158094 for ; Mon, 3 Oct 2022 01:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9F93E0875; Mon, 3 Oct 2022 01:46:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 904B1E0875 for ; Mon, 3 Oct 2022 01:46:05 +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 7EB5133BF08 for ; Mon, 3 Oct 2022 01:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB2C5599 for ; Mon, 3 Oct 2022 01:46:02 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1664761489.b7dc783175108adb37ce1bea5e7639faaf9f9d93.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/dehydrated/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/dehydrated/dehydrated-0.7.0-r1.ebuild X-VCS-Directories: app-crypt/dehydrated/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: b7dc783175108adb37ce1bea5e7639faaf9f9d93 X-VCS-Branch: master Date: Mon, 3 Oct 2022 01:46:02 +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: 9891f4ff-e57e-47d8-b4eb-c14ffb48c8c4 X-Archives-Hash: b749cc0c68cc30305cbb65a12ae2a6dd commit: b7dc783175108adb37ce1bea5e7639faaf9f9d93 Author: Marc Schiffbauer gentoo org> AuthorDate: Mon Oct 3 01:44:49 2022 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Mon Oct 3 01:44:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dc7831 app-crypt/dehydrated: update HOMEPAGE, SRC_URI Closes: https://bugs.gentoo.org/874333 Signed-off-by: Marc Schiffbauer gentoo.org> app-crypt/dehydrated/dehydrated-0.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/dehydrated/dehydrated-0.7.0-r1.ebuild b/app-crypt/dehydrated/dehydrated-0.7.0-r1.ebuild index c5872631d266..120ac925e81f 100644 --- a/app-crypt/dehydrated/dehydrated-0.7.0-r1.ebuild +++ b/app-crypt/dehydrated/dehydrated-0.7.0-r1.ebuild @@ -4,8 +4,8 @@ EAPI="7" DESCRIPTION="A client for signing certificates with an ACME-server" -HOMEPAGE="https://github.com/lukas2511/dehydrated" -SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/dehydrated-io/dehydrated" +SRC_URI="https://github.com/dehydrated-io/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"