guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]