diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-02-24 18:45:58 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-02 18:39:58 +0200 |
commit | 27488051d756100ed406db09c42b7446c508e981 (patch) | |
tree | 9dd1b55bd7d429e09e0bc2c100e60c39a339ad11 /net-misc/sstp-client | |
parent | net-misc/socket: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-27488051d756100ed406db09c42b7446c508e981.tar.gz gentoo-27488051d756100ed406db09c42b7446c508e981.tar.bz2 gentoo-27488051d756100ed406db09c42b7446c508e981.zip |
net-misc/sstp-client: update HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/sstp-client')
-rw-r--r-- | net-misc/sstp-client/sstp-client-1.0.17.ebuild | 6 | ||||
-rw-r--r-- | net-misc/sstp-client/sstp-client-1.0.18.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/sstp-client/sstp-client-1.0.17.ebuild b/net-misc/sstp-client/sstp-client-1.0.17.ebuild index 87eb70c2f930..e7364793aeaa 100644 --- a/net-misc/sstp-client/sstp-client-1.0.17.ebuild +++ b/net-misc/sstp-client/sstp-client-1.0.17.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit autotools linux-info -DESCRIPTION="A client implementation of Secure Socket Tunneling Protocol (SSTP)" -HOMEPAGE="http://sstp-client.sourceforge.net/" +DESCRIPTION="Client implementation of Secure Socket Tunneling Protocol (SSTP)" +HOMEPAGE="https://sstp-client.sourceforge.net/" SRC_URI="mirror://sourceforge/sstp-client/${P}.tar.gz" LICENSE="GPL-2+-with-openssl-exception" diff --git a/net-misc/sstp-client/sstp-client-1.0.18.ebuild b/net-misc/sstp-client/sstp-client-1.0.18.ebuild index d11d4f1ace70..8a46124cca58 100644 --- a/net-misc/sstp-client/sstp-client-1.0.18.ebuild +++ b/net-misc/sstp-client/sstp-client-1.0.18.ebuild @@ -5,8 +5,8 @@ EAPI=8 inherit autotools linux-info -DESCRIPTION="A client implementation of Secure Socket Tunneling Protocol (SSTP)" -HOMEPAGE="http://sstp-client.sourceforge.net/" +DESCRIPTION="Client implementation of Secure Socket Tunneling Protocol (SSTP)" +HOMEPAGE="https://sstp-client.sourceforge.net/" SRC_URI="mirror://sourceforge/sstp-client/${P}.tar.gz" LICENSE="GPL-2+-with-openssl-exception" |