diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 15:57:12 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-11-21 16:06:22 +0100 |
| commit | a587163c822e80527f6acc78c1edac3410327854 (patch) | |
| tree | 15ddd4ee5e2f7af01eeef98fb4adc4bd6c651776 /cmd/cli | |
| parent | 72edbfe5d2d51b7dbaaa6ac6fe96cfbd43b60069 (diff) | |
Replace all links from GitHub to Codeberg
Diffstat (limited to 'cmd/cli')
| -rw-r--r-- | cmd/cli/main.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/cli/main.go b/cmd/cli/main.go index e7b2379..1edc463 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -9,11 +9,11 @@ import ( "reflect" "strings" - "github.com/eduvpn/eduvpn-common/client" - "github.com/eduvpn/eduvpn-common/internal/version" - "github.com/eduvpn/eduvpn-common/types/cookie" - srvtypes "github.com/eduvpn/eduvpn-common/types/server" - "github.com/eduvpn/eduvpn-common/util" + "codeberg.org/eduVPN/eduvpn-common/client" + "codeberg.org/eduVPN/eduvpn-common/internal/version" + "codeberg.org/eduVPN/eduvpn-common/types/cookie" + srvtypes "codeberg.org/eduVPN/eduvpn-common/types/server" + "codeberg.org/eduVPN/eduvpn-common/util" "github.com/pkg/browser" ) |
