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

@@ -4,9 +4,9 @@ import (
"errors"
"strings"
"git.nicholasnovak.io/nnovak/spatial-db/server"
"git.nicholasnovak.io/nnovak/spatial-db/storage"
"git.nicholasnovak.io/nnovak/spatial-db/world"
"github.com/NickyBoy89/spatial-db/server"
"github.com/NickyBoy89/spatial-db/storage"
"github.com/NickyBoy89/spatial-db/world"
tea "github.com/charmbracelet/bubbletea"
"github.com/charmbracelet/lipgloss"
"github.com/spf13/cobra"