diff options
Diffstat (limited to 'net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild')
-rw-r--r-- | net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild index 66642d8fea41..9af3b5ba353e 100644 --- a/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild +++ b/net-vpn/vpnc/vpnc-0.5.3_p20220927-r1.ebuild @@ -5,8 +5,8 @@ EAPI=8 inherit linux-info systemd toolchain-funcs -DESCRIPTION="Free client for Cisco VPN routing software" -HOMEPAGE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" +DESCRIPTION="IPsec (Cisco/Juniper) VPN concentrator client" +HOMEPAGE="https://github.com/streambinder/vpnc" if [[ ${PV} == *9999 ]]; then inherit git-r3 |