commit: 9fe479c631148921aad4a7e087f2548cea5a35b4 Author: Christopher Head <chead <AT> chead <DOT> ca> AuthorDate: Mon Sep 17 15:04:21 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <AT> 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"
