From: Christopher Head Date: Mon, 17 Sep 2018 15:04:21 +0000 (-0700) Subject: app-admin/pwman3: fix HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9fe479c631148921aad4a7e087f2548cea5a35b4;p=gentoo.git 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 --- 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"