diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2024-02-28 11:28:10 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2024-02-28 11:28:10 +0100 |
commit | 8d67c61c47a0dcc3e150d33ab941a205e76ce9eb (patch) | |
tree | 0d3e57ff3e299cfdea577217748b71bc3c92630b /docs/libcurl/libcurl-errors.md | |
parent | 65405459d58abed6d5b6ea20ccdca972aa807f9c (diff) |
curldown: Fix email address in Copyright
The curldown conversion accidentally replaced daniel@haxx.se with
just daniel.se. This reverts back to the proper email address in
the curldown docs as well as in a few other stray places where it
was incorrect (while unrelated to curldown).
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Closes: #12997
Diffstat (limited to 'docs/libcurl/libcurl-errors.md')
-rw-r--r-- | docs/libcurl/libcurl-errors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-errors.md b/docs/libcurl/libcurl-errors.md index eb75753b0..0d4ce5113 100644 --- a/docs/libcurl/libcurl-errors.md +++ b/docs/libcurl/libcurl-errors.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, <daniel.se>, et al. +c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. SPDX-License-Identifier: curl Title: libcurl-errors Section: 3 |