gnu: xonsh: Use HTTPS home page.

* gnu/packages/shells.scm (xonsh)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-17 22:35:17 +01:00
parent 50a67a4633
commit 9a50f47c49
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -483,7 +483,7 @@ (define-public xonsh
#:tests? #f)) #:tests? #f))
(inputs (inputs
`(("python-ply" ,python-ply))) `(("python-ply" ,python-ply)))
(home-page "http://xon.sh/") (home-page "https://xon.sh/")
(synopsis "Python-ish shell") (synopsis "Python-ish shell")
(description (description
"Xonsh is a Python-ish, BASHwards-looking shell language and command "Xonsh is a Python-ish, BASHwards-looking shell language and command