Renamed the module to codeberg.org/readeck/readeck

This project was never on github in the first place, so there's no
need to have yet another github namespace.
This commit is contained in:
Olivier Meunier
2021-03-20 14:53:56 +01:00
parent 2f59bd3854
commit 3c492df297
46 changed files with 98 additions and 96 deletions

View File

@@ -7,9 +7,9 @@ import (
"github.com/doug-martin/goqu/v9"
"github.com/go-chi/chi/v5"
"github.com/readeck/readeck/internal/auth/users"
"github.com/readeck/readeck/internal/server"
"github.com/readeck/readeck/pkg/form"
"codeberg.org/readeck/readeck/internal/auth/users"
"codeberg.org/readeck/readeck/internal/server"
"codeberg.org/readeck/readeck/pkg/form"
)
// SetupRoutes mounts the routes for the auth domain.