From 7997bf09378a9f3081f8ff8e462e1bf85f220ee7 Mon Sep 17 00:00:00 2001 From: sugarykeytone <90227297+sugarykeytone@users.noreply.github.com> Date: Wed, 1 Dec 2021 13:25:03 +0000 Subject: [PATCH] 0023-musl-libc.md - Update obsolete URL (#116) Co-authored-by: Cole Helbling --- rfcs/0023-musl-libc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0023-musl-libc.md b/rfcs/0023-musl-libc.md index d7e6851..f20ea16 100644 --- a/rfcs/0023-musl-libc.md +++ b/rfcs/0023-musl-libc.md @@ -16,7 +16,7 @@ the defacto standard of Linux libc implementations: [glibc](https://www.gnu.org/software/libc/). This RFC proposes adding **experimental** support in Nixpkgs for the use -of an alternative libc implementation, [musl](https://www.musl-libc.org/), +of an alternative libc implementation, [musl](https://musl.libc.org/), for the reasons outlined below. Adding this support is similar to introducing support for an architecture, and realistically will be limited in compatibility and features