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 4A61215808B for ; Sat, 19 Mar 2022 19:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A7CDE0966; Sat, 19 Mar 2022 19:31:09 +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 64FE1E0966 for ; Sat, 19 Mar 2022 19:31:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 886C4342AEA for ; Sat, 19 Mar 2022 19:31:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DCDA30C for ; Sat, 19 Mar 2022 19:31:07 +0000 (UTC) From: "Richard Freeman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Freeman" Message-ID: <1647718241.e79a454f4140800ad1d90f2aa5bc7d2d0a02f4a3.rich0@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/duplicity/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/duplicity/duplicity-0.8.22.ebuild X-VCS-Directories: app-backup/duplicity/ X-VCS-Committer: rich0 X-VCS-Committer-Name: Richard Freeman X-VCS-Revision: e79a454f4140800ad1d90f2aa5bc7d2d0a02f4a3 X-VCS-Branch: master Date: Sat, 19 Mar 2022 19:31:07 +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: 9315505d-82fa-47b0-8059-873da9884a24 X-Archives-Hash: a2abc889c07853b6381084e457ce53d1 commit: e79a454f4140800ad1d90f2aa5bc7d2d0a02f4a3 Author: Richard Freeman gentoo org> AuthorDate: Sat Mar 19 19:29:58 2022 +0000 Commit: Richard Freeman gentoo org> CommitDate: Sat Mar 19 19:30:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79a454f app-backup/duplicity: update HOMEPAGE Signed-off-by: Richard Freeman gentoo.org> app-backup/duplicity/duplicity-0.8.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/duplicity/duplicity-0.8.22.ebuild b/app-backup/duplicity/duplicity-0.8.22.ebuild index cb3a9813e1dd..05713d415754 100644 --- a/app-backup/duplicity/duplicity-0.8.22.ebuild +++ b/app-backup/duplicity/duplicity-0.8.22.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) inherit distutils-r1 DESCRIPTION="Secure backup system using gnupg to encrypt data" -HOMEPAGE="https://www.nongnu.org/duplicity/" +HOMEPAGE="https://duplicity.gitlab.io/" SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/$(ver_cut 1-3)/+download/${P}.tar.gz" LICENSE="GPL-3"