diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-23 05:42:42 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-23 05:42:42 +0100 |
commit | cdb12850fb76d9423605d6d02cd8705050b1c926 (patch) | |
tree | 592395047c721249c9b12233fbe159149fbc2d47 /systems/izumi/channels.scm | |
parent | df39823220b68e84bf514cd301cb98da4a29106f (diff) |
Point the 'channel url to the https address
Diffstat (limited to 'systems/izumi/channels.scm')
-rw-r--r-- | systems/izumi/channels.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/izumi/channels.scm b/systems/izumi/channels.scm index 0d75a1e..3cbb79e 100644 --- a/systems/izumi/channels.scm +++ b/systems/izumi/channels.scm @@ -8,7 +8,7 @@ ( 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/channel.git" ) ) ( channel ( name 'nonguix ) ( url "https://gitlab.com/nonguix/nonguix" ) |