guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/87: gnu: python-jupyter-core: Use HTTPS home page URI.


From: guix-commits
Subject: 35/87: gnu: python-jupyter-core: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:36 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 68295921591b63ef608868c417aab40f05037b18
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:26:38 2021 +0100

    gnu: python-jupyter-core: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-jupyter-core)[home-page]: Use HTTPS 
URI.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 44bd1b3..277f31b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7180,7 +7180,7 @@ without using the configuration machinery.")
     (arguments `(#:tests? #f))
     (propagated-inputs
      `(("python-traitlets" ,python-traitlets)))
-    (home-page "http://jupyter.org/";)
+    (home-page "https://jupyter.org/";)
     (synopsis "Jupyter base package")
     (description
      "Jupyter core is the base package on which Jupyter projects rely.")



reply via email to

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