diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 19:52:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 19:52:44 -0300 |
commit | 119dad53e16ee0477e126e6802f09e6d7e736e33 (patch) | |
tree | 46985d515876a02b518a040d6d473c7c4b93e53c /etc/guix/channels.scm | |
parent | bin/email: Avoid erros with echo by replacing it with printf (diff) | |
download | dotfiles-119dad53e16ee0477e126e6802f09e6d7e736e33.tar.gz dotfiles-119dad53e16ee0477e126e6802f09e6d7e736e33.tar.xz |
etc/guix/channels.scm: Update path to "org-euandre" 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 e5ccd6a..2483441 100644 --- a/etc/guix/channels.scm +++ b/etc/guix/channels.scm @@ -2,7 +2,7 @@ (list (channel (name 'org-euandre) - (url "git://euandre.org/git/package-repository") + (url "git://euandre.org/package-repository") (branch "main") (introduction (make-channel-introduction |