[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/38: gnu: Use HTTPS for nodejs.org.
From: |
Tobias Geerinckx-Rice |
Subject: |
27/38: gnu: Use HTTPS for nodejs.org. |
Date: |
Mon, 25 Jun 2018 22:24:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e90271604aa0b5ffd815f9000ec264a639aeecc8
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 24 22:20:15 2018 +0200
gnu: Use HTTPS for nodejs.org.
* gnu/packages/node.scm (node)[source, home-page]: Use HTTPS.
---
gnu/packages/node.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 684afb2..d1de7a5 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -47,7 +47,7 @@
(version "9.11.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://nodejs.org/dist/v" version
+ (uri (string-append "https://nodejs.org/dist/v" version
"/node-v" version ".tar.gz"))
(sha256
(base32
@@ -177,6 +177,6 @@ for easily building fast, scalable network applications.
Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and efficient,
perfect for data-intensive real-time applications that run across distributed
devices.")
- (home-page "http://nodejs.org/")
+ (home-page "https://nodejs.org/")
(license expat)
(properties '((timeout . 3600))))) ; 1 h
- 06/38: gnu: dovecot-libsodium-plugin: Return #t from phases., (continued)
- 06/38: gnu: dovecot-libsodium-plugin: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 08/38: gnu: python-pypdf2: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 13/38: gnu: par2cmdline: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 01/38: gnu: dovecot-trees: Fix build with dovecot 2.3., Tobias Geerinckx-Rice, 2018/06/25
- 20/38: gnu: knot: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 11/38: gnu: portaudio: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 22/38: gnu: yosys: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 26/38: gnu: node: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 25/38: gnu: gpxsee: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 31/38: gnu: python2-django-mailman3: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 27/38: gnu: Use HTTPS for nodejs.org.,
Tobias Geerinckx-Rice <=
- 18/38: gnu: dnscrypt-wrapper: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 07/38: gnu: sendmail: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 14/38: gnu: rsnapshot: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 16/38: gnu: obnam: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 15/38: gnu: borg: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 17/38: gnu: dnscrypt-proxy: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/25
- 21/38: gnu: libsigrok: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 24/38: gnu: address@hidden: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25
- 19/38: gnu: unbound: Use INVOKE., Tobias Geerinckx-Rice, 2018/06/25
- 28/38: gnu: irssi: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/25