Skip to content
Snippets Groups Projects
Verified Commit bd57a25b authored by meskio's avatar meskio :tent:
Browse files

[style] point imports into leap repo

parent f6d98953
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ package main ...@@ -3,7 +3,7 @@ package main
import ( import (
"log" "log"
"0xacab.org/meskio/bitmask-systray/bitmask" "0xacab.org/leap/bitmask-systray/bitmask"
) )
const ( const (
......
...@@ -5,8 +5,8 @@ import ( ...@@ -5,8 +5,8 @@ import (
"os" "os"
"time" "time"
"0xacab.org/meskio/bitmask-systray/bitmask" "0xacab.org/leap/bitmask-systray/bitmask"
"0xacab.org/meskio/bitmask-systray/icon" "0xacab.org/leap/bitmask-systray/icon"
"github.com/getlantern/systray" "github.com/getlantern/systray"
"github.com/skratchdot/open-golang/open" "github.com/skratchdot/open-golang/open"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment