diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-27 10:30:07 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-27 10:30:07 +0100 |
commit | 1c6c2ceedf3246f3087e5f85295a3a7c87c0ae13 (patch) | |
tree | cfe2f0642afc99419415ae36e4b5a3db9eff134e /net-misc | |
parent | net-misc/hylafaxplus: use https (diff) | |
download | gentoo-1c6c2ceedf3246f3087e5f85295a3a7c87c0ae13.tar.gz gentoo-1c6c2ceedf3246f3087e5f85295a3a7c87c0ae13.tar.bz2 gentoo-1c6c2ceedf3246f3087e5f85295a3a7c87c0ae13.zip |
net-misc/sshpass: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sshpass/sshpass-1.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sshpass/sshpass-1.06.ebuild b/net-misc/sshpass/sshpass-1.06.ebuild index 3388348d5671..959558c9047c 100644 --- a/net-misc/sshpass/sshpass-1.06.ebuild +++ b/net-misc/sshpass/sshpass-1.06.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Tool for noninteractively performing password authentication with ssh" -HOMEPAGE="http://sshpass.sourceforge.net" +HOMEPAGE="https://sourceforge.net/projects/sshpass/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" |