From 8c102ff9ca58829a4388ff8579b10ea19b93edb1 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 28 May 2026 00:13:40 +0200 Subject: [PATCH] chore: update project url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9a68f..16046df 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This tool works by: ### Building from source ```bash -git clone https://git.owall.dev/warg/nca-to-nsp.git +git clone https://git.owall.se/warg/nca-to-nsp.git cd nca-to-nsp go build -o nca-to-nsp ./cmd/nca-to-nsp ```