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/disco.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'exports/disco.go') diff --git a/exports/disco.go b/exports/disco.go index 56918ec..e28fb01 100644 --- a/exports/disco.go +++ b/exports/disco.go @@ -41,8 +41,8 @@ import "C" import ( "unsafe" - eduvpn "github.com/jwijenbergh/eduvpn-common" - "github.com/jwijenbergh/eduvpn-common/internal/types" + eduvpn "github.com/eduvpn/eduvpn-common" + "github.com/eduvpn/eduvpn-common/internal/types" ) func getCPtrDiscoOrganization( -- cgit v1.2.3