From e6bb5aac880fa0e71c1d81d4860d456424f622bc Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 20 Sep 2022 15:14:33 +0200 Subject: Module: Move to eduvpn/eduvpn-common --- exports/servers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exports/servers.go') diff --git a/exports/servers.go b/exports/servers.go index b2ae0ee..e5c9301 100644 --- a/exports/servers.go +++ b/exports/servers.go @@ -51,8 +51,8 @@ import "C" import ( "unsafe" - 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" ) // Get the pointer to the C struct for the profile -- cgit v1.2.3