Rename to match repo name

This commit is contained in:
2026-03-19 00:51:28 +00:00
parent 4e5b535f09
commit 52405411d3
11 changed files with 16 additions and 15 deletions

View File

@@ -7,9 +7,9 @@ import (
"os"
"path/filepath"
"git.hrafn.xyz/aether/notes/internal/repository"
"git.hrafn.xyz/aether/notes/internal/store/sqlite"
"git.hrafn.xyz/aether/notes/server"
"git.hrafn.xyz/aether/gotes/internal/repository"
"git.hrafn.xyz/aether/gotes/internal/store/sqlite"
"git.hrafn.xyz/aether/gotes/server"
)
func main() {