aboutsummaryrefslogtreecommitdiff
path: root/src/guix/channels.scm
blob: 697eb4f164fc478a8cb939532daf6dde082245c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(append
 (list
  (channel
    (name 'EuAndreh)
    (url "git://euandre.org/packages")
    (branch "main")
    (introduction
      (make-channel-introduction
       "d749e053e6db365069cb9b2ef47a78b06f9e7361"
       (openpgp-fingerprint
        "5BDA E9B8 B2F6 C6BC BB0D  6CE5 81F9 0EC3 CD35 6060")))))
 %default-channels)