diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:40:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 22:23:11 +0100 |
commit | a8a8a3df304143b7f5f369b5ce2202649e7a80d3 (patch) | |
tree | bb3edabb3352e5beb58d74efc559b612ef4e8bd2 /gnu/packages/bash.scm | |
parent | e4c60dcfb2cbd3988a0c31e68004a91c0d09210d (diff) | |
download | patches-a8a8a3df304143b7f5f369b5ce2202649e7a80d3.tar patches-a8a8a3df304143b7f5f369b5ce2202649e7a80d3.tar.gz |
gnu: bash-tap: Use HTTPS home page.
* gnu/packages/bash.scm (bash-tap)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/bash.scm')
-rw-r--r-- | gnu/packages/bash.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm index 3af13a612a..3256a356d4 100644 --- a/gnu/packages/bash.scm +++ b/gnu/packages/bash.scm @@ -341,7 +341,7 @@ completion for many common commands.") (install-file "bash-tap" bin) (install-file "bash-tap-bootstrap" bin) (install-file "bash-tap-mock" bin))))))) - (home-page "http://www.illusori.co.uk/projects/bash-tap/") + (home-page "https://www.illusori.co.uk/projects/bash-tap/") (synopsis "Bash port of a Test::More/Test::Builder-style TAP-compliant test library") (description "Bash TAP is a TAP-compliant Test::More-style testing library |