protonvpn-cli: use correct homepage.
The old homepage is for the official ProtonVPN app, but this package is the community CLI. This also fixes update-check erroneously reporting the official app's versions instead of the community CLI's ones.
This commit is contained in:
parent
e3d9b872b1
commit
cb8d103e0c
|
@ -10,7 +10,7 @@ depends="openvpn python3-pythondialog python3-docopt python3-requests
|
|||
short_desc="Linux command-line client for ProtonVPN written in Python"
|
||||
maintainer="svenper <svenper@tuta.io>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/ProtonVPN/linux-cli"
|
||||
distfiles="https://github.com/ProtonVPN/linux-cli-community/archive/refs/tags/v${version}.tar.gz"
|
||||
homepage="https://github.com/Rafficer/linux-cli-community"
|
||||
distfiles="https://github.com/Rafficer/linux-cli-community/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=2fc643762e9156928b706c31a7826427a7ca12c7ae4cdfb656746cd2de3af66b
|
||||
make_check=no # Package Defines No Checks
|
||||
|
|
Loading…
Reference in New Issue