Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/zssh/
Date: Thu, 02 Mar 2023 16:41:04
Message-Id: 1677775198.9b8f2c9c0ce883692633d3fa26f6f5d50ca62f31.juippis@gentoo
1 commit: 9b8f2c9c0ce883692633d3fa26f6f5d50ca62f31
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Feb 24 17:52:40 2023 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 16:39:58 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8f2c9c
7
8 net-misc/zssh: update HOMEPAGE
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/29772
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 net-misc/zssh/zssh-1.5c-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/zssh/zssh-1.5c-r1.ebuild b/net-misc/zssh/zssh-1.5c-r1.ebuild
18 index 352fa1c3cebc..8f469edf927c 100644
19 --- a/net-misc/zssh/zssh-1.5c-r1.ebuild
20 +++ b/net-misc/zssh/zssh-1.5c-r1.ebuild
21 @@ -1,12 +1,12 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2023 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27
28 inherit toolchain-funcs
29
30 -DESCRIPTION="An ssh wrapper enabling zmodem up/download in ssh"
31 -HOMEPAGE="http://zssh.sourceforge.net/"
32 +DESCRIPTION="SSH wrapper enabling zmodem up/download in ssh"
33 +HOMEPAGE="https://zssh.sourceforge.net/"
34 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
35
36 LICENSE="GPL-2"