chore: update project url
This commit is contained in:
Generated
+1
-1
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.13)
|
|||||||
project(tree-sitter-tumblr
|
project(tree-sitter-tumblr
|
||||||
VERSION "0.1.0"
|
VERSION "0.1.0"
|
||||||
DESCRIPTION "Tumblr grammar for tree-sitter"
|
DESCRIPTION "Tumblr grammar for tree-sitter"
|
||||||
HOMEPAGE_URL "git.owall.dev/warg/tree-sitter-tumblr"
|
HOMEPAGE_URL "git.owall.se/warg/tree-sitter-tumblr"
|
||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
|
|
||||||
option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
|
option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
LANGUAGE_NAME := tree-sitter-tumblr
|
LANGUAGE_NAME := tree-sitter-tumblr
|
||||||
HOMEPAGE_URL := git.owall.dev/warg/tree-sitter-tumblr
|
HOMEPAGE_URL := git.owall.se/warg/tree-sitter-tumblr
|
||||||
VERSION := 0.1.0
|
VERSION := 0.1.0
|
||||||
|
|
||||||
# repository
|
# repository
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ every install path needs a build step that runs `make`.
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
"https://git.owall.dev/warg/tree-sitter-tumblr",
|
"https://git.owall.se/warg/tree-sitter-tumblr",
|
||||||
build = "make",
|
build = "make",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
@@ -38,14 +38,14 @@ vim.api.nvim_create_autocmd("PackChanged", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
vim.pack.add({
|
vim.pack.add({
|
||||||
{ src = "https://git.owall.dev/warg/tree-sitter-tumblr" },
|
{ src = "https://git.owall.se/warg/tree-sitter-tumblr" },
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
### Manual
|
### Manual
|
||||||
|
|
||||||
```sh
|
```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
|
cd /path/to/repo && make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Generated
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+git.owall.dev/warg/tree-sitter-tumblr.git"
|
"url": "git+git.owall.se/warg/tree-sitter-tumblr.git"
|
||||||
},
|
},
|
||||||
"funding": "",
|
"funding": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": {
|
"links": {
|
||||||
"repository": "https://git.owall.dev/warg/tree-sitter-tumblr"
|
"repository": "https://git.owall.se/warg/tree-sitter-tumblr"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bindings": {
|
"bindings": {
|
||||||
|
|||||||
Reference in New Issue
Block a user