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-shells/posh/
Date: Sun, 12 Nov 2017 09:27:18
Message-Id: 1510478819.22a2442632ff084dadedf987a75d0c9f0a8c3a04.mgorny@gentoo
1 commit: 22a2442632ff084dadedf987a75d0c9f0a8c3a04
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 12 08:18:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 12 09:26:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a24426
7
8 app-shells/posh: Use https for HOMEPAGE
9
10 app-shells/posh/posh-0.12.6.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-shells/posh/posh-0.12.6.ebuild b/app-shells/posh/posh-0.12.6.ebuild
14 index 54fe29fd7e0..e887cb0b3f9 100644
15 --- a/app-shells/posh/posh-0.12.6.ebuild
16 +++ b/app-shells/posh/posh-0.12.6.ebuild
17 @@ -4,7 +4,7 @@
18 EAPI=6
19
20 DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
21 -HOMEPAGE="http://packages.debian.org/posh"
22 +HOMEPAGE="https://packages.debian.org/posh"
23 SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.xz"
24
25 LICENSE="GPL-2"