summaryrefslogtreecommitdiff
path: root/internal/server/custom.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 15:57:12 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2024-11-21 16:06:22 +0100
commita587163c822e80527f6acc78c1edac3410327854 (patch)
tree15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /internal/server/custom.go
parent72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff)
Replace all links from GitHub to Codeberg
Diffstat (limited to 'internal/server/custom.go')
-rw-r--r--internal/server/custom.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/server/custom.go b/internal/server/custom.go
index dabf9e5..fe240e7 100644
--- a/internal/server/custom.go
+++ b/internal/server/custom.go
@@ -4,10 +4,10 @@ import (
"context"
"time"
- "github.com/eduvpn/eduvpn-common/internal/api"
- "github.com/eduvpn/eduvpn-common/internal/config/v2"
- "github.com/eduvpn/eduvpn-common/internal/log"
- "github.com/eduvpn/eduvpn-common/types/server"
+ "codeberg.org/eduVPN/eduvpn-common/internal/api"
+ "codeberg.org/eduVPN/eduvpn-common/internal/config/v2"
+ "codeberg.org/eduVPN/eduvpn-common/internal/log"
+ "codeberg.org/eduVPN/eduvpn-common/types/server"
"github.com/jwijenbergh/eduoauth-go"
)