Add channel-q and Lilah's channel

This commit is contained in:
Leonora Tindall 2024-08-17 23:18:40 -05:00
parent c3b694eb48
commit f71e675eb9
1 changed files with 10 additions and 12 deletions

View File

@ -1,17 +1,15 @@
(list
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(url "https://git.savannah.gnu.org/git/guix.git"))
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))))
(url "https://gitlab.com/nonguix/nonguix"))
(channel
(name 'q)
(url "https://github.com/SqrtMinusOne/channel-q"))
(channel
(name 'waggle)
(branch "trunk")
(url "git://git.lunabee.space/waggle"))
)