From bd24f1064816ce6961cc6660787033f56250d72a Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Sat, 25 Mar 2023 11:35:06 +0000 Subject: [PATCH] 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. --- srcpkgs/protonvpn-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template index 11f84a52016f..bf96f9b58d02 100644 --- a/srcpkgs/protonvpn-cli/template +++ b/srcpkgs/protonvpn-cli/template @@ -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 " 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