cogd/channels.scm

channels.scm

1
(list (channel
2
       (name 'guix)
3
       (url "https://codeberg.org/guix/guix")
4
       (introduction
5
        (make-channel-introduction
6
         "9edb3f66fd807b096b48283debdcddccfea34bad"
7
         (openpgp-fingerprint
8
          "BBB02DDF2CEAF6A80D1DE643A2A06DF2A33A54FA"))))
9
      (channel
10
       (name 'cogd)
11
       (url "https://repo.pisemsky.site/git/cogd")
12
       (introduction
13
        (make-channel-introduction
14
         "fcdf9f9ce0d8d0ebd035fa55ec7c1ddd6890e728"
15
         (openpgp-fingerprint
16
          "15FF37F790C1BADB35B3752BE3D3B72AB5733021"))))
17
      (channel
18
       (name 'homeassistant)
19
       (url "https://repo.pisemsky.site/git/guix-homeassistant")
20
       (introduction
21
        (make-channel-introduction
22
         "afdbb5ae25c050882424682eb5474baf00589e27"
23
         (openpgp-fingerprint
24
          "15FF37F790C1BADB35B3752BE3D3B72AB5733021")))))
25