guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[shepherd] 01/07: .guix-channel: Add primary URL.


From: Ludovic Courtès
Subject: [shepherd] 01/07: .guix-channel: Add primary URL.
Date: Wed, 19 Apr 2023 18:17:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit 6cea0bce2d8e086e28b748182f66c7e1bb1e7a71
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Apr 18 13:51:22 2023 +0200

    .guix-channel: Add primary URL.
    
    * .guix-channel: Add 'url'.
---
 .guix-channel | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.guix-channel b/.guix-channel
index 3a5a513..cc0af29 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -2,4 +2,5 @@
 
 (channel
   (version 0)
-  (directory "build-aux/guix"))
+  (directory "build-aux/guix")
+  (url "https://git.savannah.gnu.org/git/shepherd.git";)) ;the primary URL



reply via email to

[Prev in Thread] Current Thread [Next in Thread]