Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pwman3/
Date: Tue, 18 Sep 2018 07:10:20
Message-Id: 1537254588.9fe479c631148921aad4a7e087f2548cea5a35b4.mgorny@gentoo
1 commit: 9fe479c631148921aad4a7e087f2548cea5a35b4
2 Author: Christopher Head <chead <AT> chead <DOT> ca>
3 AuthorDate: Mon Sep 17 15:04:21 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 07:09:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe479c6
7
8 app-admin/pwman3: fix HOMEPAGE
9
10 The top-level URL of the domain is 404. Only when the path is added do
11 you get the actual project homepage.
12
13 Signed-off-by: Christopher Head <chead <AT> chead.ca>
14 Closes: https://github.com/gentoo/gentoo/pull/9895
15
16 app-admin/pwman3/pwman3-0.9.11.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/app-admin/pwman3/pwman3-0.9.11.ebuild b/app-admin/pwman3/pwman3-0.9.11.ebuild
20 index 6fb41c3843e..5c508edb053 100644
21 --- a/app-admin/pwman3/pwman3-0.9.11.ebuild
22 +++ b/app-admin/pwman3/pwman3-0.9.11.ebuild
23 @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite?"
24 inherit distutils-r1
25
26 DESCRIPTION="A lightweight password-manager with multiple database backends"
27 -HOMEPAGE="https://pwman3.github.io"
28 +HOMEPAGE="https://pwman3.github.io/pwman3/"
29 SRC_URI="https://github.com/pwman3/pwman3/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="GPL-2"