summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-03-20 10:25:29 +0100
committerRuben Pollan <meskio@sindominio.net>2018-03-20 10:29:28 +0100
commit52c02085d2c86a49692d7013a423d04f7c1254d8 (patch)
tree3296f30941899518a483dc7bb9435aa4882727dc
parent1ff84d8bf9bf40f5b2e45cec31a82bd88fb757f6 (diff)
[style] use upstream systray library
Now that my patchers are merged we can revert back to use upstream.
-rw-r--r--systray.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/systray.go b/systray.go
index bc53f01..cafc737 100644
--- a/systray.go
+++ b/systray.go
@@ -21,7 +21,7 @@ import (
"0xacab.org/leap/bitmask-systray/bitmask"
"0xacab.org/leap/bitmask-systray/icon"
- "0xacab.org/leap/go-systray"
+ "github.com/getlantern/systray"
"github.com/skratchdot/open-golang/open"
)