guix-commits
[Top][All Lists]
Advanced

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

39/87: gnu: python-nbformat: Use HTTPS home page URI.


From: guix-commits
Subject: 39/87: gnu: python-nbformat: 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 6c70a7104a1cc0eda3485c7b0a8a1bcbcc4c6c4b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:28:50 2021 +0100

    gnu: python-nbformat: Use HTTPS home page URI.
    
    * gnu/packages/python-xyz.scm (python-nbformat)[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 08e064c..c6c9785 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10003,7 +10003,7 @@ Debian-related files, such as:
        ("python-jsonschema" ,python-jsonschema)
        ("python-jupyter-core" ,python-jupyter-core)
        ("python-traitlets" ,python-traitlets)))
-    (home-page "http://jupyter.org";)
+    (home-page "https://jupyter.org";)
     (synopsis "Jupyter Notebook format")
     (description "This package provides the reference implementation of the
 Jupyter Notebook format and Python APIs for working with notebooks.")



reply via email to

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