From 909c059c7c0cc4e38d326afe377be7e6fb8385c0 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 6 Jun 2018 00:50:43 +0200 Subject: [bug] change donate url --- notificator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notificator.go') 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() } } -- cgit v1.2.3