diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-26 12:21:27 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-26 12:21:27 +0100 |
commit | 97baab426bd00a3f8487eb53c39877990d8f093f (patch) | |
tree | a21ae12aefd7644e3ec9fc76da638319f46a9774 /systems/izumi | |
parent | 223caedde6ea3c4fb3a5c285a0f70ea443dd7ef0 (diff) |
Update the channels.scm file
This commit points the personal channel declaration to "channel" branch of the
repository and sets the url to the actual web server.
Diffstat (limited to 'systems/izumi')
-rw-r--r-- | systems/izumi/channels.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm index 7f9d318..290e2a6 100644 --- a/systems/izumi/channels.scm +++ b/systems/izumi/channels.scm @@ -11,11 +11,11 @@ ( name 'guix ) ( url "https://git.savannah.gnu.org/git/guix.git" ) ) ( channel - ( branch "wip-channel-2" ) + ( branch "channel" ) ( introduction ( make-channel-introduction "c24ce7cb11e74da13d491f9de3c4b7040a069f43" ( openpgp-fingerprint "590E 500F E39D 26B3 E60B 743B 6D81 B120 7711 899F" ) ) ) ( name 'channel ) - ( url "file:///home/marek/src/channel" ) ) ) + ( url "https://git.marekpasnikowski.pl/git/channel.git" ) ) ) |