gnu: bash-tap: Use HTTPS home page.
* gnu/packages/bash.scm (bash-tap)[home-page]: Use HTTPS.
This commit is contained in:
parent
e4c60dcfb2
commit
a8a8a3df30
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user