From 9fe479c631148921aad4a7e087f2548cea5a35b4 Mon Sep 17 00:00:00 2001 From: Christopher Head Date: Mon, 17 Sep 2018 08:04:21 -0700 Subject: [PATCH] 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 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 6fb41c3843e8..5c508edb053c 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" -- 2.26.2