~whereiseveryone/toys

add tuziwo channel v1 APPLIED

Jean SIMARD: 1
 add tuziwo channel

 1 files changed, 13 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~whereiseveryone/toys/patches/53417/mbox | git am -3
Learn more about email & git

[PATCH] add tuziwo channel Export this patch

---
 channels.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/channels.scm b/channels.scm
index 5ec32e7..29597c8 100644
--- a/channels.scm
+++ b/channels.scm
@@ -532,6 +532,19 @@
    (channel
     (name 'thgsc)
     (url "https://codeberg.org/tusharhero/thgsc"))))

  (toys-box
   (forge "gitlab")
    (channel
     (name 'tuziwo)
     (branch "main")
     (url "https://gitlab.com/woshilapin/tuziwo-channel")
     (introduction
      (make-channel-introduction
       "0deff2a94032f2d96e82f93edeb61f35da879987"
       (openpgp-fingerprint
        "5554 54E7 6611 9F60 80F1  2F63 B041 63DC 7020 116A")))))

  (toys-box
   (forge "cgit")
   (channel %default-guix-channel)))
-- 
2.45.1
Thanks! Applied with small fixes and pushed.