mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue