summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-09-19 12:36:13 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-09-19 12:39:26 +0300
commit339b582892dea157b54879884032900bf0700d72 (patch)
treeb94acdae96336d8ccc2f58b700c184e60ef4f0ec /gnu
parent7380df7312cc9f3fedce553954528e574df451bf (diff)
downloadguix-patches-339b582892dea157b54879884032900bf0700d72.tar
guix-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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
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