From 7cf0578774a7113a5dccfe861895751ee4516146 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 28 May 2026 16:58:56 +0200 Subject: [PATCH] chore: update project url --- CMakeLists.txt | 2 +- Makefile | 2 +- README.md | 6 +++--- package.json | 2 +- tree-sitter.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 215e549..0f7b8ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-tumblr VERSION "0.1.0" DESCRIPTION "Tumblr grammar for tree-sitter" - HOMEPAGE_URL "git.owall.se/warg/tree-sitter-tumblr" + HOMEPAGE_URL "git.owall.se/oscar/tree-sitter-tumblr" LANGUAGES C) option(BUILD_SHARED_LIBS "Build using shared libraries" ON) diff --git a/Makefile b/Makefile index faa979e..2b12778 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LANGUAGE_NAME := tree-sitter-tumblr -HOMEPAGE_URL := git.owall.se/warg/tree-sitter-tumblr +HOMEPAGE_URL := git.owall.se/oscar/tree-sitter-tumblr VERSION := 0.1.0 # repository diff --git a/README.md b/README.md index e729d5e..c3d4833 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ every install path needs a build step that runs `make`. ```lua { - "https://git.owall.se/warg/tree-sitter-tumblr", + "https://git.owall.se/oscar/tree-sitter-tumblr", build = "make", } ``` @@ -38,14 +38,14 @@ vim.api.nvim_create_autocmd("PackChanged", { }) vim.pack.add({ - { src = "https://git.owall.se/warg/tree-sitter-tumblr" }, + { src = "https://git.owall.se/oscar/tree-sitter-tumblr" }, }) ``` ### Manual ```sh -git clone https://git.owall.se/warg/tree-sitter-tumblr /path/to/repo +git clone https://git.owall.se/oscar/tree-sitter-tumblr /path/to/repo cd /path/to/repo && make ``` diff --git a/package.json b/package.json index 9c9c70d..bf9d976 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "repository": { "type": "git", - "url": "git+git.owall.se/warg/tree-sitter-tumblr.git" + "url": "git+git.owall.se/oscar/tree-sitter-tumblr.git" }, "funding": "", "license": "Apache-2.0", diff --git a/tree-sitter.json b/tree-sitter.json index e38b2a2..e1132b8 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -24,7 +24,7 @@ } ], "links": { - "repository": "https://git.owall.se/warg/tree-sitter-tumblr" + "repository": "https://git.owall.se/oscar/tree-sitter-tumblr" } }, "bindings": {