From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: from second.openwall.net (second.openwall.net [193.110.157.125]) by inbox.vuxu.org (Postfix) with SMTP id 1EC7B2027F for ; Thu, 21 Nov 2024 10:07:15 +0100 (CET) Received: (qmail 25701 invoked by uid 550); 21 Nov 2024 09:07:11 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com x-ms-reactions: disallow Received: (qmail 25664 invoked from network); 21 Nov 2024 09:07:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1732180022; x=1732784822; darn=lists.openwall.com; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=LqQJ1LA9HmYlgoc/3CEWTnVzrqIO89vLEsLp3thIynU=; b=AplhgoK0z735dcafxk147JDCv9gYZbExm6bk0epjYKWd+cs2QdrMUMQxhOiM7t4DYH s5SGsJvaL7XDlr7AH0fSpfdnllfplk/77MUjptniwS5rzUhZFSBv9hfv+lOFaZQQXTfw 2fM1uiUPkUwFIXGqp8djrSTsKHdFu0xdT7UdrgXb1dYqKPBXEJWZeq2whRxnd9Tzb2sH sIppOZZMGL1EaJPp3+oA9wBb7eEO+FvjA9m/+lPxlEmEeFqOPx7STlbqy15UMOhf8sKZ NsEc/gxQCmWGtpF7FgpFPEZ3lm+WOJJo9RyH35cFkCCXbnNQbdzY0JMyLTc01R5GLaWL MSeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732180022; x=1732784822; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=LqQJ1LA9HmYlgoc/3CEWTnVzrqIO89vLEsLp3thIynU=; b=wvJPChHwHBI6RpB/Ac3wKmEy7i872GRFINu6X3lSvwUBoPAxj/QGXkYdlTOe5M3IDK UnWYMakUaQTGPsgH5bjvDWDCnKMZdBJojtniZUCgj6TfoVYahICZbYsQdfF95NZ/h8Uy bEpcxEk8cb4LjZI03KFnCq/8FB2VxNNVUYfp8AiFFGtrEtVdSZPLqCZubnGgGQ+yZ2vg V75bMeosATB7diE2AmDL8S4pvjN7T6pFV47IRHI0rHaT0izpJRle//BSRixbMSj/vDUU tGL1GYzhPDfY8yXHkQrH/QcaRjhke7TpzMIcIPuCzIna6mn/DRDk/2huZ8X/GJBEnaHw xBcw== X-Gm-Message-State: AOJu0Yxuzg3M0xo77F+vGGAHs8pArJhXKqh1Y3MPyheK1VdS42baHEnM vm8SDgHBxVRuz0w9YoPFxAPT4rcl1nhCG5p2TSW03VCd1mCJoGhi0ZiI3kbbCP7yqudBSNKnvXM bf2z/eNdo0+rRc/Uy/diO+jJhAW26avuMokaE0Fsa9z+uo3OSMV2Z X-Gm-Gg: ASbGncvP0eVnhtKzt9BPeluyGd68U4HL6Txyye2lYs5uw2lenldaK75BBvgI1Ndm2/x yKPOfy2JAKJqOLmw2MM+/tlyQb+tNkEXSC5JRAa3wtdPqGrWvuwroOz4gAyAw X-Google-Smtp-Source: AGHT+IG0TQ8Qrcw3J7QjG8ONtdRrdEokohuy/WB0Taed0bl1Fo3gm0i8k2VjeLWf+XX1qjfPalw+EV3EpWNUf77QH/U= X-Received: by 2002:aa7:c503:0:b0:5cf:bd9a:41ec with SMTP id 4fb4d7f45d1cf-5d0084789b0mr54429a12.2.1732180021584; Thu, 21 Nov 2024 01:07:01 -0800 (PST) MIME-Version: 1.0 From: Jesse Rosenstock Date: Thu, 21 Nov 2024 10:06:49 +0100 Message-ID: To: musl@lists.openwall.com Content-Type: multipart/alternative; boundary="000000000000e058e7062768966b" Subject: [musl] [PATCH] README: Update url to musl.libc.org --000000000000e058e7062768966b Content-Type: text/plain; charset="UTF-8" http://www.musl-libc.org/ says, "musl has moved to a new domain: musl.libc.org." --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a30eb112..07c1a106 100644 --- a/README +++ b/README @@ -20,4 +20,4 @@ Information on full musl-targeted compiler toolchains, system bootstrapping, and Linux distributions built on musl can be found on the project website: - http://www.musl-libc.org/ + https://musl.libc.org/ -- 2.47.0.338.g60cca15819-goog --000000000000e058e7062768966b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
http://www.musl-libc= .org/ says, "musl has moved to a new domain:
musl.libc.org."
---
=C2=A0README | 2 +-
= =C2=A01 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/REA= DME b/README
index a30eb112..07c1a106 100644
--- a/README
+++ b/RE= ADME
@@ -20,4 +20,4 @@ Information on full musl-targeted compiler toolch= ains, system
=C2=A0bootstrapping, and Linux distributions built on musl = can be found on
=C2=A0the project website:
=C2=A0
- =C2=A0 =C2=A0<= a href=3D"http://www.musl-libc.org/">http://www.musl-libc.org/
+ =C2= =A0 =C2=A0https://musl.libc.org/
= --
2.47.0.338.g60cca15819-goog
--000000000000e058e7062768966b--