summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-12-07 23:54:53 +0100
committerTimo Wilken2023-12-07 23:54:53 +0100
commit48874c00aed86aaff18d909d60dd0f3f0a6c0ba8 (patch)
treeb7fbf2425a8fd3b94a0136a30bb3ae4385110f2f
parentdd28ad4f30307c5f2644ced2921713ddb501a7e1 (diff)
Publish channel and make public URL the default
Update the introduction commit to the post-filter-branch one without any secrets.
-rw-r--r--.guix-channel2
-rw-r--r--tw/channels.scm4
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))