guix-commits
[Top][All Lists]
Advanced

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

40/87: gnu: python-notebook: Use HTTPS home page URI.


From: guix-commits
Subject: 40/87: gnu: python-notebook: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:38 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c2424076fb5f0941a3c80c141b5da8c86b60ef8b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:29:11 2021 +0100

    gnu: python-notebook: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-notebook)[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 c6c9785..ceaed61 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10249,7 +10249,7 @@ convert an @code{.ipynb} notebook file into various 
static formats including:
      `(("python-nose" ,python-nose)
        ("python-sphinx" ,python-sphinx)
        ("python-requests" ,python-requests)))
-    (home-page "http://jupyter.org/";)
+    (home-page "https://jupyter.org/";)
     (synopsis "Web-based notebook environment for interactive computing")
     (description
      "The Jupyter HTML notebook is a web-based notebook environment for



reply via email to

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