aboutsummaryrefslogtreecommitdiff
path: root/config/guix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2024-01-17 15:51:21 -0700
committerKenny Ballou <kb@devnulllabs.io>2024-01-21 16:57:11 -0700
commitf5fee41df14b7eeb9062f2f265c5d5a889e834e4 (patch)
treecaba2dce13a21066679c15298438bdff4faec656 /config/guix
parentf3deae236770d8ccb135f2f8d8340c5a35037703 (diff)
downloaddotfiles-f5fee41df14b7eeb9062f2f265c5d5a889e834e4.tar.gz
dotfiles-f5fee41df14b7eeb9062f2f265c5d5a889e834e4.tar.xz
guix: channels: use upstream URL
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/guix')
-rw-r--r--config/guix/channels.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/guix/channels.scm b/config/guix/channels.scm
index 602f8f5d..a9e0284d 100644
--- a/config/guix/channels.scm
+++ b/config/guix/channels.scm
@@ -2,7 +2,7 @@
(list (channel
(name 'guix)
- (url "https://git.sr.ht/~kennyballou/guix.git")
+ (url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
"20606ca9af1ac019073f4ed872a9ad9960ff0725")