summaryrefslogtreecommitdiff
path: root/channels.scm
blob: f5ec0c6fe62ffb30d90080af994e1b4357ae4644 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
(list (channel (name 'forge)
	       (url "file:///home/marek/src/forge")
	       (branch "guix"))
      (channel (name 'guix)
	       (url "https://git.savannah.gnu.org/git/guix.git"))
      (channel (name 'jeko)
	       (url "https://framagit.org/Jeko/guix-jeko-channel.git"))
      (channel (name 'rde)
	       (url "https://git.sr.ht/~abcdw/rde")
	       (introduction (make-channel-introduction "257cebd587b66e4d865b3537a9a88cccd7107c95"
							(openpgp-fingerprint "2841 9AC6 5038 7440 C7E9  2FFA 2208 D209 58C1 DEB0")))))