summaryrefslogtreecommitdiff
path: root/Utilities/Scripts
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-01-07 10:42:22 -0500
committerBrad King <brad.king@kitware.com>2022-01-07 11:38:15 -0500
commit520809b5aedee8de8ff22d29d0f156bdd6d7b8e6 (patch)
tree4455072cacd4015e8ae7ec6c41d9491b2aa2b043 /Utilities/Scripts
parentb996e576c24c67702c458d16c76a916732ddf024 (diff)
downloadcmake-520809b5aedee8de8ff22d29d0f156bdd6d7b8e6.tar.gz
curl: Update script for new curl mailing list address
Diffstat (limited to 'Utilities/Scripts')
-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"