diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 15:14:33 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-20 15:14:33 +0200 |
| commit | e6bb5aac880fa0e71c1d81d4860d456424f622bc (patch) | |
| tree | 4d342ddbdc5ea26476140c5905e5d3c93018d987 /exports | |
| parent | 8ca6d99ace6b8b9ec8b2a2feb6fb04a72f860a9a (diff) | |
Module: Move to eduvpn/eduvpn-common
Diffstat (limited to 'exports')
| -rw-r--r-- | exports/disco.go | 4 | ||||
| -rw-r--r-- | exports/exports.go | 2 | ||||
| -rw-r--r-- | exports/servers.go | 4 |
3 files changed, 5 insertions, 5 deletions
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( diff --git a/exports/exports.go b/exports/exports.go index cd02bd1..745b992 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -17,7 +17,7 @@ import ( "fmt" "unsafe" - eduvpn "github.com/jwijenbergh/eduvpn-common" + eduvpn "github.com/eduvpn/eduvpn-common" ) var P_StateCallbacks map[string]C.PythonCB 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 |
