chore: Changed project names for the GitHub release

This commit is contained in:
Nicholas Novak
2023-12-13 23:48:53 -08:00
parent 85f56e55ae
commit 6fa03619ee
16 changed files with 25 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ import (
"strconv"
"strings"
"git.nicholasnovak.io/nnovak/spatial-db/world"
"github.com/NickyBoy89/spatial-db/world"
"github.com/Tnze/go-mc/save"
"github.com/Tnze/go-mc/save/region"
)

View File

@@ -5,7 +5,7 @@ import (
"path/filepath"
"strings"
"git.nicholasnovak.io/nnovak/spatial-db/storage"
"github.com/NickyBoy89/spatial-db/storage"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"