summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xUtilities/Scripts/update-curl.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-curl.bash b/Utilities/Scripts/update-curl.bash
index dd8e7a8e09..c924bd754c 100755
--- a/Utilities/Scripts/update-curl.bash
+++ b/Utilities/Scripts/update-curl.bash
@@ -5,7 +5,7 @@ set -x
shopt -s dotglob
readonly name="curl"
-readonly ownership="Curl Upstream <curl-library@cool.haxx.se>"
+readonly ownership="Curl Upstream <curl-library@lists.haxx.se>"
readonly subtree="Utilities/cmcurl"
readonly repo="https://github.com/curl/curl.git"
readonly tag="curl-7_79_1"