From 909c059c7c0cc4e38d326afe377be7e6fb8385c0 Mon Sep 17 00:00:00 2001
From: "Kali Kaneko (leap communications)" <kali@leap.se>
Date: Wed, 6 Jun 2018 00:50:43 +0200
Subject: [PATCH] [bug] change donate url

---
 notificator.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notificator.go b/notificator.go
index dc7993c0..7e5d3564 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()
 			}
 		}
-- 
GitLab