aboutsummaryrefslogtreecommitdiffstats
path: root/.guix-channel
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-08-11 22:03:27 -0700
committerGravatar Tom Willemse2024-08-11 22:03:27 -0700
commit6109963cdd94b447e2539bc521bf2db8f205125a (patch)
tree9cc82f536682d3751b393fd1cb550c06fc2a0843 /.guix-channel
parent29f36e61c798056b4cfe478eed7496f62dd22a2e (diff)
downloadguix-packages-6109963cdd94b447e2539bc521bf2db8f205125a.tar.gz
guix-packages-6109963cdd94b447e2539bc521bf2db8f205125a.zip
Remove unnecessary dependency introduction
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel7
1 files changed, 1 insertions, 6 deletions
diff --git a/.guix-channel b/.guix-channel
index 439ff9d..783c0e0 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -4,9 +4,4 @@
(channel
(name 'rosenthal)
(url "https://codeberg.org/hako/rosenthal.git")
- (branch "trunk")
- (introduction
- (make-channel-introduction
- "7677db76330121a901604dfbad19077893865f35"
- (openpgp-fingerprint
- "13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7"))))))
+ (branch "trunk"))))