diff options
author | EuAndreh <eu@euandre.org> | 2024-08-18 17:36:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-18 17:36:01 -0300 |
commit | 25366e0a5548a66a7c6f41d491ab92516024c8a1 (patch) | |
tree | 97fa23f0768a29ff9ad1412ec8bf01354056f445 | |
parent | Revert "system.scm: Do not export all repositories over git:// by default" (diff) | |
download | toph-25366e0a5548a66a7c6f41d491ab92516024c8a1.tar.gz toph-25366e0a5548a66a7c6f41d491ab92516024c8a1.tar.xz |
channels.scm: Point to new repository
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 25366e0a5548a66a7c6f41d491ab92516024c8a1
git notes --ref=refs/notes/ci-data show 25366e0a5548a66a7c6f41d491ab92516024c8a1
Exit status: 128
Duration: 0
-rw-r--r-- | src/infrastructure/guix/channels.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/infrastructure/guix/channels.scm b/src/infrastructure/guix/channels.scm index 16a9c7d..697eb4f 100644 --- a/src/infrastructure/guix/channels.scm +++ b/src/infrastructure/guix/channels.scm @@ -1,8 +1,8 @@ (append (list (channel - (name 'org-euandre) - (url "git://euandre.org/package-repository") + (name 'EuAndreh) + (url "git://euandre.org/packages") (branch "main") (introduction (make-channel-introduction |