Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/byobu/
Date: Wed, 01 Jul 2020 19:59:50
Message-Id: 1593633565.9ed5bfc1e1ccc7e908cbaedb08a667df4957a631.bman@gentoo
1 commit: 9ed5bfc1e1ccc7e908cbaedb08a667df4957a631
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jun 29 19:32:31 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 19:59:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed5bfc1
7
8 app-misc/byobu: update HOMEPAGE, use HTTPS
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16492
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 app-misc/byobu/byobu-5.130-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/app-misc/byobu/byobu-5.130-r1.ebuild b/app-misc/byobu/byobu-5.130-r1.ebuild
19 index 9b21e5cd658..3d2ddef4731 100644
20 --- a/app-misc/byobu/byobu-5.130-r1.ebuild
21 +++ b/app-misc/byobu/byobu-5.130-r1.ebuild
22 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8} )
23 inherit python-single-r1
24
25 DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)"
26 -HOMEPAGE="http://byobu.co"
27 +HOMEPAGE="https://byobu.org"
28 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz"
29
30 LICENSE="GPL-3"