guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: bash-tap: Use HTTPS home page.


From: guix-commits
Subject: 02/06: gnu: bash-tap: Use HTTPS home page.
Date: Tue, 10 Mar 2020 17:27:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a8a8a3df304143b7f5f369b5ce2202649e7a80d3
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:40:33 2020 +0100

    gnu: bash-tap: Use HTTPS home page.
    
    * gnu/packages/bash.scm (bash-tap)[home-page]: Use HTTPS.
---
 gnu/packages/bash.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bash.scm b/gnu/packages/bash.scm
index 3af13a6..3256a35 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]