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/code.scm | |
| parent | 9dc6e542b57c45ea41418f36d6b1a09148b14f56 (diff) | |
gnu: trio: Use HTTPS home page.
* gnu/packages/code.scm (trio)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/code.scm')
| -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 6af1d413b8f..c1eaaf1aab2 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm | |||
| @@ -306,7 +306,7 @@ tools such as @command{grep}.") | |||
| 306 | (base32 | 306 | (base32 |
| 307 | "02pwd5m5vq7hbrffgm2na1dfc249z50yyr5jv73vdw15bd7ygl44")))) | 307 | "02pwd5m5vq7hbrffgm2na1dfc249z50yyr5jv73vdw15bd7ygl44")))) |
| 308 | (build-system gnu-build-system) | 308 | (build-system gnu-build-system) |
| 309 | (home-page "http://daniel.haxx.se/projects/trio/") | 309 | (home-page "https://daniel.haxx.se/projects/trio/") |
| 310 | (synopsis "Portable and extendable printf and string functions") | 310 | (synopsis "Portable and extendable printf and string functions") |
| 311 | (description | 311 | (description |
| 312 | "Trio is a set of @code{printf} and string functions designed be used by | 312 | "Trio is a set of @code{printf} and string functions designed be used by |
