diff options
author | EuAndreh <eu@euandre.org> | 2021-01-10 10:30:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-10 10:30:27 -0300 |
commit | 16a7d5137cdd92f9c78c550ac2e96f8d50c49b3c (patch) | |
tree | ada4533333a912d3b5878197f2083d7f89200154 | |
parent | wip comments (diff) | |
download | toph-16a7d5137cdd92f9c78c550ac2e96f8d50c49b3c.tar.gz toph-16a7d5137cdd92f9c78c550ac2e96f8d50c49b3c.tar.xz |
Remove guix/channels.scm
-rw-r--r-- | guix/channels.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/guix/channels.scm b/guix/channels.scm deleted file mode 100644 index 335210f..0000000 --- a/guix/channels.scm +++ /dev/null @@ -1,20 +0,0 @@ -(list - (channel - (name 'guix) - (url "https://git.savannah.gnu.org/git/guix.git") - (commit - "dc2de508a38d8e0a3f93e8d6ded225d3a7e32548") - (introduction - (make-channel-introduction - "9edb3f66fd807b096b48283debdcddccfea34bad" - (openpgp-fingerprint - "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))) - (channel - (name 'euandreh) - (url "https://git.sr.ht/~euandreh/euandreh-guix-channel") - (branch "master") - (introduction - (make-channel-introduction - "641f9388002cd874040938ab1c6da7ac9d0e54ca" - (openpgp-fingerprint - "5BDA E9B8 B2F6 C6BC BB0D 6CE5 81F9 0EC3 CD35 6060"))))) |