diff options
author | Jonas Stein <jstein@gentoo.org> | 2023-01-31 23:57:05 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2023-01-31 23:57:05 +0100 |
commit | edf7231cee8509dcc346c3c21891ccb6fbd69602 (patch) | |
tree | a6b7bea69b41c4caae85b96fd3e3c1a7aa63d9e2 /net-vpn | |
parent | net-vpn/logmein-hamachi: drop to maintainer-needed (diff) | |
download | gentoo-edf7231cee8509dcc346c3c21891ccb6fbd69602.tar.gz gentoo-edf7231cee8509dcc346c3c21891ccb6fbd69602.tar.bz2 gentoo-edf7231cee8509dcc346c3c21891ccb6fbd69602.zip |
net-vpn/logmein-hamachi: update HOMEPAGE, SRC_URI
https://www.vpn.net/ has an outdated certificate since a while, but
https://vpn.net/ works fine. Update SRC_URI
Closes: https://bugs.gentoo.org/889272
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild index e1358b40444d..75c142f46046 100644 --- a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild +++ b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.203.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,9 @@ EAPI=7 inherit linux-info systemd DESCRIPTION="LogMeIn Hamachi VPN tunneling engine" -HOMEPAGE="https://www.vpn.net/" -SRC_URI="x86? ( https://www.vpn.net/installers/${P}-x86.tgz ) - amd64? ( https://www.vpn.net/installers/${P}-x64.tgz )" +HOMEPAGE="https://vpn.net/" +SRC_URI="x86? ( https://vpn.net/installers/${P}-x86.tgz ) + amd64? ( https://vpn.net/installers/${P}-x64.tgz )" LICENSE="LogMeIn" SLOT="0" |