summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-08-30 17:42:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-08-30 23:10:19 +0200
commit7e5e39a72fbe5b8bc832d6b15a94b75c7e28e6b0 (patch)
tree9b51c42ef0bb5134fa74b577b5d154cdc5141ad9 /doc
parent3774efe36ff0cd20359506064484079001984f1c (diff)
downloadpatches-7e5e39a72fbe5b8bc832d6b15a94b75c7e28e6b0.tar
patches-7e5e39a72fbe5b8bc832d6b15a94b75c7e28e6b0.tar.gz
doc: Update GIT-DOWNLOAD @example.
* doc/guix.texi (origin Reference): Use (HTTPS, GNU-hosted) ‘hello’ package repository instead of off-line ‘shadow’ one.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 663228f00e..8469aad2b4 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