[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: doc: Prefer https:// over git://.
From: |
guix-commits |
Subject: |
03/09: doc: Prefer https:// over git://. |
Date: |
Fri, 30 Aug 2019 17:10:34 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3774efe36ff0cd20359506064484079001984f1c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Aug 30 17:28:24 2019 +0200
doc: Prefer https:// over git://.
* doc/guix.texi (Continuous Integration): Use https:// in fictitious URLs.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 32c98e2..663228f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21377,12 +21377,12 @@ the @code{"custom-packages"} input, which is the
equivalent of
(#:branch . "master")
(#:no-compile? . #t))
((#:name . "config")
- (#:url . "git://git.example.org/config.git")
+ (#:url . "https://git.example.org/config.git")
(#:load-path . ".")
(#:branch . "master")
(#:no-compile? . #t))
((#:name . "custom-packages")
- (#:url . "git://git.example.org/custom-packages.git")
+ (#:url . "https://git.example.org/custom-packages.git")
(#:load-path . ".")
(#:branch . "master")
(#:no-compile? . #t)))))))
- branch master updated (b126f41 -> 1ec29df), guix-commits, 2019/08/30
- 04/09: doc: Update GIT-DOWNLOAD @example., guix-commits, 2019/08/30
- 02/09: gnu: Add splix., guix-commits, 2019/08/30
- 05/09: gnu: libusb: Update to 1.0.23., guix-commits, 2019/08/30
- 01/09: gnu: Add jbigkit., guix-commits, 2019/08/30
- 08/09: gnu: numactl: Update to 2.0.13., guix-commits, 2019/08/30
- 06/09: gnu: libusb-compat: Don't use NAME in source URI., guix-commits, 2019/08/30
- 07/09: gnu: mpg123: Update to 1.25.12., guix-commits, 2019/08/30
- 09/09: gnu: numactl: Don't use NAME in source URI., guix-commits, 2019/08/30
- 03/09: doc: Prefer https:// over git://.,
guix-commits <=