summaryrefslogtreecommitdiff
path: root/internal/log/log.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/log/log.go
parent72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff)
Replace all links from GitHub to Codeberg
Diffstat (limited to 'internal/log/log.go')
-rw-r--r--internal/log/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/log/log.go b/internal/log/log.go
index 02373c9..b4abab3 100644
--- a/internal/log/log.go
+++ b/internal/log/log.go
@@ -8,7 +8,7 @@ import (
"os"
"path"
- "github.com/eduvpn/eduvpn-common/internal/util"
+ "codeberg.org/eduVPN/eduvpn-common/internal/util"
)
// FileLogger defines the type of logger that this package implements