docs: fix missing ) in guix channel instructions

This commit is contained in:
Mujk 2026-02-20 20:05:56 +01:00 committed by GitHub
parent 49c6ae5f7a
commit 93a1cb7066
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ First, add `mangowc` channel to `channels.scm` file:
(cons (channel
(name 'mangowc)
(url "https://github.com/DreamMaoMao/mangowc.git")
(branch "main")
(branch "main"))
... ;; Your other channels
%default-channels)
```