diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:35:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:34 +0100 |
commit | 9a50f47c49a98318828aa0130fce436e795175d5 (patch) | |
tree | cb257b68f2d44c67e0beee6cdf6141ae95923a9b | |
parent | 50a67a46335d724ce83e13a3a6d880e755954d81 (diff) |
gnu: xonsh: Use HTTPS home page.
* gnu/packages/shells.scm (xonsh)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/shells.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 1d2f754e4a..a679810e97 100644 --- a/gnu/packages/shells.scm +++ b/gnu/packages/shells.scm @@ -483,7 +483,7 @@ ksh, and tcsh.") #: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 |