civodul pushed a commit to branch master
in repository guix.

commit 8b1f7c03d239ca703b56f2a6e5f228c79bc1857e
Author: Ludovic Courtès <[email protected]>
AuthorDate: Mon Jun 15 16:25:47 2020 +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 f4459f1..b852180 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -3,4 +3,5 @@
 (channel
   (version 0)
   (news-file "etc/news.scm")
-  (keyring-reference "keyring"))
+  (keyring-reference "keyring")
+  (url "https://git.savannah.gnu.org/git/guix.git";)) ;the primary URL

Reply via email to