From 59818334460a6967b04d1ce12597289e76ac43fb Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 18 Oct 2023 20:08:02 +0200 Subject: [PATCH] MAINTENANCE.md: fix bootstrap note, mark guix-verify executable --- MAINTENANCE.md | 2 +- contrib/guix/guix-verify | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 contrib/guix/guix-verify diff --git a/MAINTENANCE.md b/MAINTENANCE.md index 50f47373..3a7f708c 100644 --- a/MAINTENANCE.md +++ b/MAINTENANCE.md @@ -34,7 +34,7 @@ To learn more about Feather's build system, see: `contrib/guix/README.md` [Bootstrappable builds](https://bootstrappable.org/) are a requirement for all release builds since version 2.2.2. Our Guix time-machine is currently pinned at a commit which implements the -[reduced binary seed bootstrap](https://guix.gnu.org/manual/en/html_node/Reduced-Binary-Seed-Bootstrap.html). +[Full-Source Bootstrap](https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-building-from-source-all-the-way-down/). ### 3. Bugs diff --git a/contrib/guix/guix-verify b/contrib/guix/guix-verify old mode 100644 new mode 100755 -- 2.52.0