diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:28:50 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:28:50 +0100 |
commit | 6c70a7104a1cc0eda3485c7b0a8a1bcbcc4c6c4b (patch) | |
tree | 354078712c7f73b464f54085d65a3e9a3c7de036 /gnu/packages/python-xyz.scm | |
parent | c48b66d6ed95cf205d74c47df52b09d51568968a (diff) | |
download | guix-6c70a7104a1cc0eda3485c7b0a8a1bcbcc4c6c4b.tar.gz |
gnu: python-nbformat: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-nbformat)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 08e064c561..c6c97854cc 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.") |