diff options
Diffstat (limited to 'internal/api/profiles/profiles.go')
| -rw-r--r-- | internal/api/profiles/profiles.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/api/profiles/profiles.go b/internal/api/profiles/profiles.go index eba5ece..9f51064 100644 --- a/internal/api/profiles/profiles.go +++ b/internal/api/profiles/profiles.go @@ -3,8 +3,8 @@ package profiles import ( - "github.com/eduvpn/eduvpn-common/types/protocol" - "github.com/eduvpn/eduvpn-common/types/server" + "codeberg.org/eduVPN/eduvpn-common/types/protocol" + "codeberg.org/eduVPN/eduvpn-common/types/server" ) // Profile is the information for a profile |
