gnu: bash-tap: Use HTTPS home page.

* gnu/packages/bash.scm (bash-tap)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:40:33 +01:00
parent e4c60dcfb2
commit a8a8a3df30
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -341,7 +341,7 @@ (define-public bash-tap
(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