gnu: python-sympy: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-sympy)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:09:14 +01:00
parent 4b17f71de4
commit 2f35985c77
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6218,7 +6218,7 @@ (define-public python-sympy
#t))))) #t)))))
(propagated-inputs (propagated-inputs
`(("python-mpmath" ,python-mpmath))) `(("python-mpmath" ,python-mpmath)))
(home-page "http://www.sympy.org/") (home-page "https://www.sympy.org/")
(synopsis "Python library for symbolic mathematics") (synopsis "Python library for symbolic mathematics")
(description (description
"SymPy is a Python library for symbolic mathematics. It aims to become a "SymPy is a Python library for symbolic mathematics. It aims to become a