app-admin/pwman3: fix HOMEPAGE
authorChristopher Head <chead@chead.ca>
Mon, 17 Sep 2018 15:04:21 +0000 (08:04 -0700)
committerMichał Górny <mgorny@gentoo.org>
Tue, 18 Sep 2018 07:09:48 +0000 (09:09 +0200)
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@chead.ca>
Closes: https://github.com/gentoo/gentoo/pull/9895

app-admin/pwman3/pwman3-0.9.11.ebuild

index 6fb41c3843e8ab575663cbcea92f3b8beafee706..5c508edb053cd665d003625ee37ac913637f2b37 100644 (file)
@@ -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"