From 8fa5d5d550add7bf6cfd0a619dfac0e8a03b2bae Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Sat, 19 Apr 2025 20:49:47 +0200 Subject: [PATCH] fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f976b7..28405a1 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ A wrapper for Helix that provides language support. Run it: ```bash -nix run github:lukaswrz/hxwrap +nix run git+https://codeberg.org/helveticanonstandard/hxwrap.git ``` Or install it via `nix profile`: ```bash -nix profile install github:lukaswrz/hxwrap +nix profile install git+https://codeberg.org/helveticanonstandard/hxwrap.git ```