diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-03-20 10:25:29 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-03-20 10:29:28 +0100 |
commit | 52c02085d2c86a49692d7013a423d04f7c1254d8 (patch) | |
tree | 3296f30941899518a483dc7bb9435aa4882727dc /systray.go | |
parent | 1ff84d8bf9bf40f5b2e45cec31a82bd88fb757f6 (diff) |
[style] use upstream systray library
Now that my patchers are merged we can revert back to use upstream.
Diffstat (limited to 'systray.go')
-rw-r--r-- | systray.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ) |