From d82dd0e55868cef8c0ba79117e1ccc74d53479b2 Mon Sep 17 00:00:00 2001 From: Altagos Date: Fri, 1 May 2026 23:17:09 +0200 Subject: [PATCH] move main host to codeberg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edebecc..257e90a 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ A compile-time pretty printer for Zig with colored terminal output. Run: ```sh -zig fetch --save git+https://git.sr.ht/~altagos/pretty#main +zig fetch --save git+https://codeberg.org/altagos/pretty#main ``` Or manually add to `build.zig.zon`: ```zig .dependencies = .{ .pretty = .{ - .url = "git+https://git.sr.ht/~altagos/pretty#main", + .url = "git+https://codeberg.org/altagos/pretty#main", .hash = "", }, } -- 2.51.2