aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-11-16 10:10:54 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-11-16 17:02:50 +0000
commit5f7806a496696df4ed56a702751a9a502b213db3 (patch)
treeff240f7ca33819f4bf35484a66e6265b1658593f /CMakeLists.txt
parent4f8e7f0d1c54752cf045f65e5d52bc508a9ab423 (diff)
c-ares: move domain from haxx.se to its own .org
With c-ares release 1.18.0 the URLs were updated to c-ares.org. Let's do the same.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 183a343188..f60c1807f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1802,7 +1802,7 @@ set_package_properties(NGHTTP2 PROPERTIES
)
set_package_properties(CARES PROPERTIES
DESCRIPTION "Library for asynchronous DNS requests"
- URL "https://c-ares.haxx.se/"
+ URL "https://c-ares.org/"
PURPOSE "DNS name resolution for captures"
)
set_package_properties(Systemd PROPERTIES