From ec06bba5a2a78e08f67411cfba55404129e3fb29 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 13 Jan 2026 14:44:35 +0100 Subject: [PATCH] fix: codeberg migration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbbe519..a03bad6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This tool works by: ### Building from source ```bash -git clone https://github.com/owallb/nca-to-nsp.git +git clone https://codeberg.org/warg/nca-to-nsp.git cd nca-to-nsp go build -o nca-to-nsp ./cmd/nca-to-nsp ```