guix-commits
[Top][All Lists]
Advanced

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

04/09: doc: Update GIT-DOWNLOAD @example.


From: guix-commits
Subject: 04/09: doc: Update GIT-DOWNLOAD @example.
Date: Fri, 30 Aug 2019 17:10:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7e5e39a72fbe5b8bc832d6b15a94b75c7e28e6b0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 17:42:51 2019 +0200

    doc: Update GIT-DOWNLOAD @example.
    
    * doc/guix.texi (origin Reference): Use (HTTPS, GNU-hosted) ‘hello’
    package repository instead of off-line ‘shadow’ one.
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 663228f..8469aad 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5565,8 +5565,8 @@ specified in the @code{uri} field as a 
@code{git-reference} object; a
 
 @example
 (git-reference
-  (url "git://git.debian.org/git/pkg-shadow/shadow")
-  (commit "v4.1.5.1"))
+  (url "https://git.savannah.gnu.org/git/hello.git";)
+  (commit "v2.10"))
 @end example
 @end table
 



reply via email to

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