mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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 @@ (define-public xonsh
|
|||
#:tests? #f))
|
||||
(inputs
|
||||
`(("python-ply" ,python-ply)))
|
||||
(home-page "http://xon.sh/")
|
||||
(home-page "https://xon.sh/")
|
||||
(synopsis "Python-ish shell")
|
||||
(description
|
||||
"Xonsh is a Python-ish, BASHwards-looking shell language and command
|
||||
|
|
Loading…
Reference in a new issue