chore: update project url

This commit is contained in:
2026-05-28 00:23:42 +02:00
parent 45938c25e9
commit 4119f4387a
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ every install path needs a build step that runs `make`.
```lua
{
"https://git.owall.dev/warg/tree-sitter-tumblr",
"https://git.owall.se/warg/tree-sitter-tumblr",
build = "make",
}
```
@@ -38,14 +38,14 @@ vim.api.nvim_create_autocmd("PackChanged", {
})
vim.pack.add({
{ src = "https://git.owall.dev/warg/tree-sitter-tumblr" },
{ src = "https://git.owall.se/warg/tree-sitter-tumblr" },
})
```
### Manual
```sh
git clone https://git.owall.dev/warg/tree-sitter-tumblr /path/to/repo
git clone https://git.owall.se/warg/tree-sitter-tumblr /path/to/repo
cd /path/to/repo && make
```