From 0019d45d9f0f318ee67986f98971b1432d1e1b8d Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 26 Jul 2025 15:33:38 +0200 Subject: [PATCH] replace url --- Cargo.lock | 2 +- README.md | 4 ++-- crates/noil/Cargo.toml | 2 +- cuddle.yaml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c55f63..26940e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "noil" -version = "0.0.1" +version = "0.0.2" dependencies = [ "ansi_term", "anyhow", diff --git a/README.md b/README.md index 535bb9b..853e2f6 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ formatter = { command = "noil", args = ["fmt"] } [[grammar]] name = "noil" -source = { git = "https://git.front.kjuulh.io/kjuulh/tree-sitter-noil.git", rev = "2f295629439881d0b9e89108a1296881d0daf7b9" } +source = { git = "https://git.kjuulh.io/kjuulh/tree-sitter-noil.git", rev = "2f295629439881d0b9e89108a1296881d0daf7b9" } ``` --- @@ -139,7 +139,7 @@ cargo install noil **Build from source**: ```bash -cargo install --git https://git.front.kjuulh.io/kjuulh/noil.git +cargo install --git https://git.kjuulh.io/kjuulh/noil.git ``` Or clone locally and run with `cargo run`. diff --git a/crates/noil/Cargo.toml b/crates/noil/Cargo.toml index 6f2e9c3..0aa5c97 100644 --- a/crates/noil/Cargo.toml +++ b/crates/noil/Cargo.toml @@ -5,7 +5,7 @@ readme = "../../README.md" license = "MIT" description = "file explorer using text buffers" authors = ["kjuulh "] -repository = "https://git.front.kjuulh.io/kjuulh/noil" +repository = "https://git.kjuulh.io/kjuulh/noil" version.workspace = true diff --git a/cuddle.yaml b/cuddle.yaml index ba827b2..cb93c28 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -1,6 +1,6 @@ -# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json +# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json -base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git" +base: "git@git.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git" vars: service: "noil" @@ -14,6 +14,6 @@ please: repository: "noil" branch: "main" settings: - api_url: "https://git.front.kjuulh.io" + api_url: "https://git.kjuulh.io" actions: rust: