commit: 8547f7d7e0939f3aa5ece379ebf92947c2a62b58
parent 301f5b92baccaec91f997b25ddb395da4a65e3b1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 24 Sep 2023 17:02:42 +0200
README: Fix builds.sr.ht URL
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -4,7 +4,7 @@ SPDX-License-Identifier: MPL-2.0
This is a repository of my own implementations of commonly available Unix system tools, mostly using POSIX as a guide but tools also commonly available across different Unix-like systems shall be available here.
-Tested on Linux(musl), FreeBSD, NetBSD, OpenBSD: <https://builds.sr.ht/~lanodan/utils>
+Tested on Linux(musl), FreeBSD, NetBSD, OpenBSD: <https://builds.sr.ht/~lanodan/utils-std>
## Goals
- (long-run) Effectively serve as one of the blocks to replace BusyBox, GNU coreutils, …