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. --- .guix-channel | 2 +- tw/channels.scm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.guix-channel b/.guix-channel index e62d9e75..b201e3f1 100644 --- a/.guix-channel +++ b/.guix-channel @@ -3,7 +3,7 @@ (channel (version 0) (name 'tw) - (url "git://lud.wg/~timo/guix-decls.git") + (url "https://git.twilken.net/dotfiles") (dependencies (channel (name nonguix) 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