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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C6B9138334 for ; Tue, 18 Sep 2018 07:10:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5112BE0D80; Tue, 18 Sep 2018 07:10:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24ADBE0D80 for ; Tue, 18 Sep 2018 07:10:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15144335CD9 for ; Tue, 18 Sep 2018 07:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDE063DF for ; Tue, 18 Sep 2018 07:10:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1537254588.9fe479c631148921aad4a7e087f2548cea5a35b4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pwman3/pwman3-0.9.11.ebuild X-VCS-Directories: app-admin/pwman3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9fe479c631148921aad4a7e087f2548cea5a35b4 X-VCS-Branch: master Date: Tue, 18 Sep 2018 07:10:09 +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-Archives-Salt: ce6e5c64-a392-4d3d-83b2-c3655fc0d7ec X-Archives-Hash: e1692f3d838b6886a95259083495d36c commit: 9fe479c631148921aad4a7e087f2548cea5a35b4 Author: Christopher Head chead ca> AuthorDate: Mon Sep 17 15:04:21 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 18 07:09:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe479c6 app-admin/pwman3: fix HOMEPAGE The top-level URL of the domain is 404. Only when the path is added do you get the actual project homepage. Signed-off-by: Christopher Head chead.ca> Closes: https://github.com/gentoo/gentoo/pull/9895 app-admin/pwman3/pwman3-0.9.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/pwman3/pwman3-0.9.11.ebuild b/app-admin/pwman3/pwman3-0.9.11.ebuild index 6fb41c3843e..5c508edb053 100644 --- a/app-admin/pwman3/pwman3-0.9.11.ebuild +++ b/app-admin/pwman3/pwman3-0.9.11.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite?" inherit distutils-r1 DESCRIPTION="A lightweight password-manager with multiple database backends" -HOMEPAGE="https://pwman3.github.io" +HOMEPAGE="https://pwman3.github.io/pwman3/" SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"