[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: version-control: Use HTTPS where possible.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/08: gnu: version-control: Use HTTPS where possible. |
Date: |
Fri, 21 Apr 2017 06:34:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9006f8bc5954e2c697e4c184982f4c7eef532841
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 21 12:25:34 2017 +0200
gnu: version-control: Use HTTPS where possible.
* gnu/packages/version-control.scm (git)[home-page]: Use HTTPS.
(cvs)[source, home-page]: Likewise.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 420305f..acf1630 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -169,7 +169,7 @@ as well as the classic centralized workflow.")
;; By default 'make install' creates hard links for
;; things in 'libexec/git-core', which leads to huge
- ;; nars; see <http://bugs.gnu.org/21949>.
+ ;; nars; see <https://bugs.gnu.org/21949>.
"NO_INSTALL_HARDLINKS=indeed")
#:test-target "test"
#:tests? #f ; FIXME: Many tests are failing
@@ -307,7 +307,7 @@ as well as the classic centralized workflow.")
"Git is a free distributed version control system designed to handle
everything from small to very large projects with speed and efficiency.")
(license license:gpl2)
- (home-page "http://git-scm.com/")))
+ (home-page "https://git-scm.com/")))
;; Some dependent packages directly access internal interfaces which
;; have changed in 2.12
@@ -834,7 +834,7 @@ machine.")
(source (origin
(method url-fetch)
(uri (string-append
- "http://ftp.gnu.org/non-gnu/cvs/source/feature/"
+ "https://ftp.gnu.org/non-gnu/cvs/source/feature/"
version "/cvs-" version ".tar.bz2"))
(sha256
(base32
- branch master updated (136968f -> ef27b43), Tobias Geerinckx-Rice, 2017/04/21
- 01/08: gnu: neon: Update to 0.30.2., Tobias Geerinckx-Rice, 2017/04/21
- 03/08: gnu: diffstat: Update to 1.61., Tobias Geerinckx-Rice, 2017/04/21
- 04/08: gnu: diffstat: Use @command mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 05/08: gnu: git-crypt: Double-space Texinfo mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 08/08: gnu: fortify-headers: Use @code mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 06/08: gnu: version-control: Use HTTPS where possible.,
Tobias Geerinckx-Rice <=
- 07/08: gnu: Use HTTPS on 2f30.org., Tobias Geerinckx-Rice, 2017/04/21
- 02/08: gnu: neon: Use @enumerate mark-up., Tobias Geerinckx-Rice, 2017/04/21