aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix/channels.scm20
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")))))