summaryrefslogtreecommitdiff
path: root/systems/izumi/channels.scm
blob: 290e2a6237f75e623aa49d6d037c98e5fc07c021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
( define-module ( systems izumi channels )
  #:use-module ( guix channels ) )

( list
  ( channel
    ( introduction
      ( make-channel-introduction
	"9edb3f66fd807b096b48283debdcddccfea34bad"
	( openpgp-fingerprint
	  "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" ) ) )
    ( name 'guix )
    ( url "https://git.savannah.gnu.org/git/guix.git" ) )
  ( channel
    ( branch "channel" )
    ( introduction
      ( make-channel-introduction
	"c24ce7cb11e74da13d491f9de3c4b7040a069f43"
	( openpgp-fingerprint
	  "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) )
    ( name 'channel )
    ( url "https://git.marekpasnikowski.pl/git/channel.git" ) ) )