summaryrefslogtreecommitdiff
path: root/cmd/cli/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cli/main.go')
-rw-r--r--cmd/cli/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go
index caeef1c..bedc7c3 100644
--- a/cmd/cli/main.go
+++ b/cmd/cli/main.go
@@ -6,8 +6,8 @@ import (
"os/exec"
"strings"
- eduvpn "github.com/jwijenbergh/eduvpn-common"
- "github.com/jwijenbergh/eduvpn-common/internal/server"
+ eduvpn "github.com/eduvpn/eduvpn-common"
+ "github.com/eduvpn/eduvpn-common/internal/server"
)
type ServerTypes int8