diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 11:04:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 19:48:09 -0300 |
commit | 4c4332c451caab5950e5c20e29219c7e0824dd1b (patch) | |
tree | e30cfa50c706f858fa6c213739ab0a97cdb0e2e3 /src/infrastructure/guix/channels.scm | |
parent | Copy files back (diff) | |
download | server-4c4332c451caab5950e5c20e29219c7e0824dd1b.tar.gz server-4c4332c451caab5950e5c20e29219c7e0824dd1b.tar.xz |
src/infrastructure/guix/system.scm: Start to shrink it
Remove all the email-related code.
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 4c4332c451caab5950e5c20e29219c7e0824dd1b
git notes --ref=refs/notes/ci-data show 4c4332c451caab5950e5c20e29219c7e0824dd1b
Exit status: 0
Duration: 12
Diffstat (limited to 'src/infrastructure/guix/channels.scm')
-rw-r--r-- | src/infrastructure/guix/channels.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/channels.scm b/src/infrastructure/guix/channels.scm index 4a261a4..16a9c7d 100644 --- a/src/infrastructure/guix/channels.scm +++ b/src/infrastructure/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 |