summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRafael Guterres Jeffman <rjeffman@redhat.com>2023-01-11 19:37:13 -0300
committerGitHub <noreply@github.com>2023-01-11 14:37:13 -0800
commit24f0687ebbfc7499d32f47810c6fac2b9b87a63b (patch)
tree0d2ff9055d03d5b6ededdd5d59e715ee88b82826 /setup.cfg
parent6d7f73a515d394b27252fa235ecdc7e985a7d273 (diff)
downloaddnspython-24f0687ebbfc7499d32f47810c6fac2b9b87a63b.tar.gz
Use 'https' instead of 'http' for dnspython.org (#883)
These days, 'https' should be used instead of 'http' for almost anything, and Coverity is warning that dnspython.org URL in 'setup.cfg' uses 'http'. This patch changes the use of 'http' to 'https' on setup.cfg and documentation, where it does not affect module code, tests or examples.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bb1c643..bd07111 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ author_email = halley@dnspython.org
license = ISC
license_file = LICENSE
description = DNS toolkit
-url = http://www.dnspython.org
+url = https://www.dnspython.org
project_urls =
Bug Tracker = https://github.com/rthalley/dnspython/issues
Documentation = https://dnspython.readthedocs.io/en/stable/