diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-09-19 12:36:13 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-09-19 12:39:26 +0300 |
commit | 339b582892dea157b54879884032900bf0700d72 (patch) | |
tree | b94acdae96336d8ccc2f58b700c184e60ef4f0ec | |
parent | 7380df7312cc9f3fedce553954528e574df451bf (diff) | |
download | patches-339b582892dea157b54879884032900bf0700d72.tar patches-339b582892dea157b54879884032900bf0700d72.tar.gz |
gnu: python-matplotlib: Use https in home-page.
* gnu/packages/python-xyz.scm (python-matplotlib)[home-page]: Update to
use https.
-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 28b472c72e..5c261cc6fd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3914,7 +3914,7 @@ tests = True~%" (assoc-ref inputs "tcl") (assoc-ref inputs "tk"))))) #t))))) - (home-page "http://matplotlib.org") + (home-page "https://matplotlib.org/") (synopsis "2D plotting library for Python") (description "Matplotlib is a Python 2D plotting library which produces publication |