diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-18 13:41:05 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-18 15:26:52 +0100 |
commit | a3b6332725871146e4fcf13e2e739ab13ee8d5ff (patch) | |
tree | 9104ac47a4823b9ea74289389ec52fe1b37fb76a /channels.scm | |
parent | 9c3577603bcfabbcad1fdc42d49ce6ed9840bccc (diff) |
Transfer Izumi files to a dedicated subfolder
This change is needed to accomodate existence of other configurations in the
same repository.
Diffstat (limited to 'channels.scm')
-rw-r--r-- | channels.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/channels.scm b/channels.scm deleted file mode 100644 index 99011a4..0000000 --- a/channels.scm +++ /dev/null @@ -1,11 +0,0 @@ -( append - %default-channels - ( list - ( channel - ( name 'nonguix ) - ( url "https://gitlab.com/nonguix/nonguix" ) - ( introduction - ( make-channel-introduction - "897c1a470da759236cc11798f4e0a5f7d4d59fbc" - ( openpgp-fingerprint - "2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5" ) ) ) ) ) ) |