diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 19:02:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 19:02:05 -0300 |
commit | decbff8958f0bf569c27e60505a74865924d63b9 (patch) | |
tree | 21992424beab1edebbfa6942b29f7a69b64831f9 /etc/guix/channels.scm | |
parent | etc/git/ignore: Add /FIXME (diff) | |
download | dotfiles-decbff8958f0bf569c27e60505a74865924d63b9.tar.gz dotfiles-decbff8958f0bf569c27e60505a74865924d63b9.tar.xz |
etc/guix/channels.scm: Fix path to xyz-euandreh channel
Diffstat (limited to 'etc/guix/channels.scm')
-rw-r--r-- | etc/guix/channels.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/channels.scm b/etc/guix/channels.scm index 304db35..f2da084 100644 --- a/etc/guix/channels.scm +++ b/etc/guix/channels.scm @@ -2,7 +2,7 @@ (list (channel (name 'xyz-euandreh) - (url "git://euandreh.xyz/package-repository.git/") + (url "git://euandreh.xyz/package-repository") (branch "main") (introduction (make-channel-introduction |