summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Head <chead@chead.ca>2018-09-17 08:04:21 -0700
committerMichał Górny <mgorny@gentoo.org>2018-09-18 09:09:48 +0200
commit9fe479c631148921aad4a7e087f2548cea5a35b4 (patch)
treea616d4aab4190be55963092c4fd2a0122b0e8a9e /app-admin
parentdev-libs/efl: drop old 1.18.4-r1 (diff)
downloadgentoo-9fe479c631148921aad4a7e087f2548cea5a35b4.tar.gz
gentoo-9fe479c631148921aad4a7e087f2548cea5a35b4.tar.bz2
gentoo-9fe479c631148921aad4a7e087f2548cea5a35b4.zip
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@chead.ca> Closes: https://github.com/gentoo/gentoo/pull/9895
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/pwman3/pwman3-0.9.11.ebuild2
1 files changed, 1 insertions, 1 deletions
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"