summaryrefslogtreecommitdiff
path: root/pkg/helper
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/helper')
-rw-r--r--pkg/helper/darwin.go2
-rw-r--r--pkg/helper/linux.go2
-rw-r--r--pkg/helper/windows.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/helper/darwin.go b/pkg/helper/darwin.go
index ff4ae4d..49924e5 100644
--- a/pkg/helper/darwin.go
+++ b/pkg/helper/darwin.go
@@ -36,7 +36,7 @@ import (
"path"
"strings"
- "0xacab.org/leap/bitmask-systray/pkg/config"
+ "0xacab.org/leap/bitmask-vpn/pkg/config"
"github.com/sevlyar/go-daemon"
)
diff --git a/pkg/helper/linux.go b/pkg/helper/linux.go
index 79d301d..8ee3037 100644
--- a/pkg/helper/linux.go
+++ b/pkg/helper/linux.go
@@ -21,7 +21,7 @@ import (
"os"
"os/exec"
- "0xacab.org/leap/bitmask-systray/pkg/config"
+ "0xacab.org/leap/bitmask-vpn/pkg/config"
)
const (
diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go
index 4e4e89d..bc86e79 100644
--- a/pkg/helper/windows.go
+++ b/pkg/helper/windows.go
@@ -21,7 +21,7 @@ import (
"os"
"os/exec"
- "0xacab.org/leap/bitmask-systray/pkg/config"
+ "0xacab.org/leap/bitmask-vpn/pkg/config"
)
const (