diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2018-06-06 00:50:43 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2018-06-06 00:51:02 +0200 |
commit | 909c059c7c0cc4e38d326afe377be7e6fb8385c0 (patch) | |
tree | be75322dcfbabfd6520bd83e90dfad4ce9d365a7 | |
parent | de9eb2148f9d1af3a0e78b2567f862269df7517f (diff) |
[bug] change donate url
-rw-r--r-- | notificator.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notificator.go b/notificator.go index dc7993c..7e5d356 100644 --- a/notificator.go +++ b/notificator.go @@ -59,7 +59,7 @@ func (n *notificator) donations() { YesNo() n.conf.setNotification() if letsDonate { - open.Run("https://riseup.net/donate-vpn") + open.Run("https://riseup.net/vpn/donate") n.conf.setDonated() } } |