guix-commits
[Top][All Lists]
Advanced

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

38/87: gnu: python-nbconvert: Use HTTPS home page URI.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: python-nbconvert: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-nbconvert)[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 0ee4bbd..08e064c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10192,7 +10192,7 @@ time.")
        ("python-nbformat" ,python-nbformat)
        ("python-pygments" ,python-pygments)
        ("python-traitlets" ,python-traitlets)))
-    (home-page "http://jupyter.org";)
+    (home-page "https://jupyter.org";)
     (synopsis "Converting Jupyter Notebooks")
     (description "The @code{nbconvert} tool, @{jupyter nbconvert}, converts
 notebooks to various other formats via Jinja templates.  It allows you to



reply via email to

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