gnu: python-matplotlib: Use https in home-page.
* gnu/packages/python-xyz.scm (python-matplotlib)[home-page]: Update to use https.
This commit is contained in:
parent
7380df7312
commit
339b582892
|
@ -3914,7 +3914,7 @@ tests = True~%"
|
||||||
(assoc-ref inputs "tcl")
|
(assoc-ref inputs "tcl")
|
||||||
(assoc-ref inputs "tk")))))
|
(assoc-ref inputs "tk")))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://matplotlib.org")
|
(home-page "https://matplotlib.org/")
|
||||||
(synopsis "2D plotting library for Python")
|
(synopsis "2D plotting library for Python")
|
||||||
(description
|
(description
|
||||||
"Matplotlib is a Python 2D plotting library which produces publication
|
"Matplotlib is a Python 2D plotting library which produces publication
|
||||||
|
|
Loading…
Reference in New Issue