summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 01:40:33 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-10 22:23:11 +0100
commita8a8a3df304143b7f5f369b5ce2202649e7a80d3 (patch)
treebb3edabb3352e5beb58d74efc559b612ef4e8bd2
parente4c60dcfb2cbd3988a0c31e68004a91c0d09210d (diff)
gnu: bash-tap: Use HTTPS home page.
* gnu/packages/bash.scm (bash-tap)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/bash.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 3af13a612af..3256a356d46 100644
--- a/gnu/packages/bash.scm
+++ b/gnu/packages/bash.scm
@@ -341,7 +341,7 @@ completion for many common commands.")
341 (install-file "bash-tap" bin) 341 (install-file "bash-tap" bin)
342 (install-file "bash-tap-bootstrap" bin) 342 (install-file "bash-tap-bootstrap" bin)
343 (install-file "bash-tap-mock" bin))))))) 343 (install-file "bash-tap-mock" bin)))))))
344 (home-page "http://www.illusori.co.uk/projects/bash-tap/") 344 (home-page "https://www.illusori.co.uk/projects/bash-tap/")
345 (synopsis "Bash port of a Test::More/Test::Builder-style TAP-compliant 345 (synopsis "Bash port of a Test::More/Test::Builder-style TAP-compliant
346test library") 346test library")
347 (description "Bash TAP is a TAP-compliant Test::More-style testing library 347 (description "Bash TAP is a TAP-compliant Test::More-style testing library