mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xonsh: Use HTTPS home page.
* gnu/packages/shells.scm (xonsh)[home-page]: Use HTTPS.
This commit is contained in:
parent
50a67a4633
commit
9a50f47c49
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ ksh, and tcsh.")
|
||||||
#: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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue