diff options
author | EuAndreh <eu@euandre.org> | 2022-11-29 08:59:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-29 08:59:44 -0300 |
commit | fc7ca9f24644d3a78a75e20e0c4bc38c653ea7f1 (patch) | |
tree | c79ad54bf590aab0f8b51b6db21df87349e7d59a /etc/guix/channels.scm | |
parent | etc/sh/rc: Add "--no-print-directory" to make(1) alias (diff) | |
download | dotfiles-fc7ca9f24644d3a78a75e20e0c4bc38c653ea7f1.tar.gz dotfiles-fc7ca9f24644d3a78a75e20e0c4bc38c653ea7f1.tar.xz |
etc/guix/channels.scm: Fix path to Git repository
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 2483441..e5ccd6a 100644 --- a/etc/guix/channels.scm +++ b/etc/guix/channels.scm @@ -2,7 +2,7 @@ (list (channel (name 'org-euandre) - (url "git://euandre.org/package-repository") + (url "git://euandre.org/git/package-repository") (branch "main") (introduction (make-channel-introduction |