gnu: version-control: Use HTTPS where possible.
* gnu/packages/version-control.scm (git)[home-page]: Use HTTPS. (cvs)[source, home-page]: Likewise.
This commit is contained in:
parent
79990ce31f
commit
9006f8bc59
|
@ -169,7 +169,7 @@ as well as the classic centralized workflow.")
|
||||||
|
|
||||||
;; By default 'make install' creates hard links for
|
;; By default 'make install' creates hard links for
|
||||||
;; things in 'libexec/git-core', which leads to huge
|
;; 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")
|
"NO_INSTALL_HARDLINKS=indeed")
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:tests? #f ; FIXME: Many tests are failing
|
#: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
|
"Git is a free distributed version control system designed to handle
|
||||||
everything from small to very large projects with speed and efficiency.")
|
everything from small to very large projects with speed and efficiency.")
|
||||||
(license license:gpl2)
|
(license license:gpl2)
|
||||||
(home-page "http://git-scm.com/")))
|
(home-page "https://git-scm.com/")))
|
||||||
|
|
||||||
;; Some dependent packages directly access internal interfaces which
|
;; Some dependent packages directly access internal interfaces which
|
||||||
;; have changed in 2.12
|
;; have changed in 2.12
|
||||||
|
@ -834,7 +834,7 @@ machine.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(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"))
|
version "/cvs-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in New Issue