diff options
Diffstat (limited to 'cmd/hexai-lsp')
| -rw-r--r-- | cmd/hexai-lsp/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/hexai-lsp/main.go b/cmd/hexai-lsp/main.go index 5ff79fa..f2cad6d 100644 --- a/cmd/hexai-lsp/main.go +++ b/cmd/hexai-lsp/main.go @@ -6,8 +6,8 @@ import ( "log" "os" - "hexai/internal" - "hexai/internal/hexailsp" + "codeberg.org/snonux/hexai/internal" + "codeberg.org/snonux/hexai/internal/hexailsp" ) func main() { |
