guix-patches
[Top][All Lists]
Advanced

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

[bug#41870] [PATCH 2/2] .guix-channel: Add primary URL.


From: Ludovic Courtès
Subject: [bug#41870] [PATCH 2/2] .guix-channel: Add primary URL.
Date: Mon, 15 Jun 2020 17:20:49 +0200

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

diff --git a/.guix-channel b/.guix-channel
index f4459f1de1..b852180cf2 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
-- 
2.26.2






reply via email to

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