diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-11 22:11:26 +0200 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2018-08-08 09:37:57 +0300 |
commit | 838a00aaf5c2bc48df883573bef87737ebe7c911 (patch) | |
tree | 0cdc07635d1ba4e9ed3f60d116dc21b03422563e /sys-cluster | |
parent | dev-util/radare2: verbump to 2.8.0 (diff) | |
download | gentoo-838a00aaf5c2bc48df883573bef87737ebe7c911.tar.gz gentoo-838a00aaf5c2bc48df883573bef87737ebe7c911.tar.bz2 gentoo-838a00aaf5c2bc48df883573bef87737ebe7c911.zip |
sys-cluster/pconsole: fix/use HTTPS
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/pconsole/pconsole-1.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/pconsole/pconsole-1.0-r3.ebuild b/sys-cluster/pconsole/pconsole-1.0-r3.ebuild index e071f8b28ba4..792a2d392a14 100644 --- a/sys-cluster/pconsole/pconsole-1.0-r3.ebuild +++ b/sys-cluster/pconsole/pconsole-1.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 @@ -6,7 +6,7 @@ EAPI=2 inherit eutils toolchain-funcs DESCRIPTION="Tool for managing multiple xterms simultaneously" -HOMEPAGE="http://www.heiho.net/pconsole/" +HOMEPAGE="https://github.com/walterdejong/pconsole" SRC_URI="http://www.xs4all.nl/~walterj/pconsole/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |