diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:55:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-13 22:57:04 +0100 |
commit | e819fc0285aff217960fe0ef7cd1240959decba1 (patch) | |
tree | 38afac666019ffa7fc5729d32cc448fade70f400 /gnu/packages | |
parent | 9dc6e542b57c45ea41418f36d6b1a09148b14f56 (diff) | |
download | guix-e819fc0285aff217960fe0ef7cd1240959decba1.tar.gz |
gnu: trio: Use HTTPS home page.
* gnu/packages/code.scm (trio)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/code.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 6af1d413b8..c1eaaf1aab 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 |