guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: trio: Use HTTPS home page.


From: guix-commits
Subject: 09/09: gnu: trio: Use HTTPS home page.
Date: Fri, 13 Mar 2020 18:07:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e819fc0285aff217960fe0ef7cd1240959decba1
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 00:55:03 2020 +0100

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

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 6af1d41..c1eaaf1 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -306,7 +306,7 @@ tools such as @command{grep}.")
                (base32
                 "02pwd5m5vq7hbrffgm2na1dfc249z50yyr5jv73vdw15bd7ygl44"))))
     (build-system gnu-build-system)
-    (home-page "http://daniel.haxx.se/projects/trio/";)
+    (home-page "https://daniel.haxx.se/projects/trio/";)
     (synopsis "Portable and extendable printf and string functions")
     (description
      "Trio is a set of @code{printf} and string functions designed be used by



reply via email to

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