From 48874c00aed86aaff18d909d60dd0f3f0a6c0ba8 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 7 Dec 2023 23:54:53 +0100 Subject: Publish channel and make public URL the default Update the introduction commit to the post-filter-branch one without any secrets. --- tw/channels.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tw') diff --git a/tw/channels.scm b/tw/channels.scm index ec3e2852..7ff4c76c 100644 --- a/tw/channels.scm +++ b/tw/channels.scm @@ -9,11 +9,11 @@ ;; See also `.guix-channel' in this repo. #~(cons* (channel (name 'tw) - (url "git://lud.wg/~timo/guix-decls.git") + (url "https://git.twilken.net/dotfiles") (branch "master") (introduction (make-channel-introduction - "f26d5f53db3ec351d5d44814b587f1c5f698b155" + "b13d24b87b58e70036c0f0a00c35a4aff05ee196" (openpgp-fingerprint "53EC 3C06 8568 83DD 9235 5BC2 2FC7 8504 681F 69B0")))) %default-channels)) -- cgit v1.2.3