[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: .guix-channel: Add primary URL.
From: |
guix-commits |
Subject: |
10/10: .guix-channel: Add primary URL. |
Date: |
Wed, 17 Jun 2020 13:33:15 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8b1f7c03d239ca703b56f2a6e5f228c79bc1857e
Author: Ludovic Courtès <ludo@gnu.org>
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
- branch master updated (94e72b7 -> 8b1f7c0), guix-commits, 2020/06/17
- 04/10: build-system/gnu: Remove Hydra-specific code from 'gnu-dist'., guix-commits, 2020/06/17
- 06/10: build-system/gnu: Simplify 'dist-package'., guix-commits, 2020/06/17
- 05/10: build-system/gnu: Remove redundant 'unpack' phase from 'gnu-dist'., guix-commits, 2020/06/17
- 02/10: build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API., guix-commits, 2020/06/17
- 07/10: build-system/gnu: Rename "make dist" phase to 'build-dist'., guix-commits, 2020/06/17
- 01/10: gnu: gnurl: Update home page., guix-commits, 2020/06/17
- 03/10: build-system/gnu: Remove 'autoreconf' phase from 'gnu-dist'., guix-commits, 2020/06/17
- 08/10: news: Add entry for authenticated channels., guix-commits, 2020/06/17
- 09/10: channels: Warn when pulling from a mirror., guix-commits, 2020/06/17
- 10/10: .guix-channel: Add primary URL.,
guix-commits <=