summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@puscii.nl>2019-10-21 14:30:24 +0200
committerkwadronaut <kwadronaut@puscii.nl>2019-10-21 14:30:24 +0200
commit0755ae5cdb46c1a5ac62c73790ba3de5b040ceab (patch)
treefa2b7881597f9792edf1c96b0c9135169415c429
parenta8e1ad2617c36a493b317c81e96f7c1bdcc1cd29 (diff)
fix donate url Riseup, vpn, not generic
-rw-r--r--branding/config/vendor.conf2
-rw-r--r--pkg/config/config.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf
index 1aed093..0df2503 100644
--- a/branding/config/vendor.conf
+++ b/branding/config/vendor.conf
@@ -20,7 +20,7 @@ helpURL = https://riseup.net/support
geolocationAPI = https://api.black.riseup.net:9001/json
askForDonations = true
-donateURL = https://riseup.net/donate
+donateURL = https://riseup.net/vpn/donate
[calyx]
diff --git a/pkg/config/config.go b/pkg/config/config.go
index 33636ae..b7987e4 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -10,7 +10,7 @@ const (
Provider = "riseup.net"
ApplicationName = "RiseupVPN"
BinaryName = "riseup-vpn"
- DonateURL = "https://riseup.net/donate"
+ DonateURL = "https://riseup.net/vpn/donate"
AskForDonations = "true"
HelpURL = "https://riseup.net/support"
TosURL = "https://riseup.net/tos"