From 2c6c4cf98187f0ed6a65c829982ec081e3e49d14 Mon Sep 17 00:00:00 2001 From: TakeV Date: Tue, 18 Apr 2023 18:23:21 -0700 Subject: [PATCH] Fix formatting for channel definition in readme --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index e849884..5961c47 100644 --- a/README.org +++ b/README.org @@ -4,15 +4,15 @@ kulupu mi is a guix channel which packages various federated servers. To use this channel, add the following entry to your default-channels: #+begin_src scheme -(channel - (name 'kulupu-mi) - (url "https://git.solarpunk.moe/TakeV/kulupu-mi.git") - (branch "main") - (introduction - (make-channel-introduction - "cc9a267ed48680f3cb7319f6c1fa5d6f6800b4b7" - (openpgp-fingerprint - "1086 326D E207 068C 1C02 5129 A64F 4134 5C74 00AF")))) + (channel + (name 'kulupu-mi) + (url "https://git.solarpunk.moe/TakeV/kulupu-mi.git") + (branch "main") + (introduction + (make-channel-introduction + "cc9a267ed48680f3cb7319f6c1fa5d6f6800b4b7" + (openpgp-fingerprint + "1086 326D E207 068C 1C02 5129 A64F 4134 5C74 00AF")))) #+end_src * Packages