summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-23 11:27:05 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-23 11:27:05 +0100
commitf8ccfe8f3e5c8bafe06665cbd4b0c9301e1a64b6 (patch)
treec0da2d81441dffef1bfc0f338fa56b2a54f542a4
parentd1a11a5c8e1bf03cde3cb0b61c1774d13aef8f67 (diff)
Move channel name up in the code
-rw-r--r--systems/izumi/channels.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm
index a1c7ba3..059909b 100644
--- a/systems/izumi/channels.scm
+++ b/systems/izumi/channels.scm
@@ -9,13 +9,13 @@
( openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA" ) ) ) )
( channel
+ ( name 'channel )
( branch "wip-channel" )
( introduction
( make-channel-introduction
"c24ce7cb11e74da13d491f9de3c4b7040a069f43"
( openpgp-fingerprint
"590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) )
- ( name 'private-channel )
( url "https://git.marekpasnikowski.pl/git/channel.git" ) )
( channel
( name 'nonguix )