aboutsummaryrefslogtreecommitdiff
path: root/channels.scm
blob: d35cee9bfb83a65318be7160bd32d7d12a39aadf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(list (channel
       (name 'guix)
       (url "https://git.savannah.gnu.org/git/guix.git")
       (branch "master")
       (commit
        "94c8cec99969fe9f65777637fde1f05e1c576a3f")
       (introduction
        (make-channel-introduction
         "9edb3f66fd807b096b48283debdcddccfea34bad"
         (openpgp-fingerprint
          "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA"))))
      (channel
       (name 'guix-north-america)
       (url "https://git.rekahsoft.ca/rekahsoft/guix-north-america.git")
       (branch "master")
       ;; (commit ;; Pin to <commit-sha> if/when required
       ;;  "<commit-sha>")
       (introduction
        (make-channel-introduction
         "c0979ad86fdf0b403c60d5767328cb862ecc00ef"
         (openpgp-fingerprint
          "F8D5 46F3 AF37 EF53 D1B6  48BE 7B4D EB93 212B 3022")))))