mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-06 23:16:13 -05:00
.guix-channel: Add primary URL.
* .guix-channel: Add 'url'.
This commit is contained in:
parent
4ae762af76
commit
8b1f7c03d2
1 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,5 @@
|
||||||
(channel
|
(channel
|
||||||
(version 0)
|
(version 0)
|
||||||
(news-file "etc/news.scm")
|
(news-file "etc/news.scm")
|
||||||
(keyring-reference "keyring"))
|
(keyring-reference "keyring")
|
||||||
|
(url "https://git.savannah.gnu.org/git/guix.git")) ;the primary URL
|
||||||
|
|
Loading…
Reference in a new issue