diff options
| author | Rafael Guterres Jeffman <rjeffman@redhat.com> | 2023-01-11 19:37:13 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 14:37:13 -0800 |
| commit | 24f0687ebbfc7499d32f47810c6fac2b9b87a63b (patch) | |
| tree | 0d2ff9055d03d5b6ededdd5d59e715ee88b82826 /setup.cfg | |
| parent | 6d7f73a515d394b27252fa235ecdc7e985a7d273 (diff) | |
| download | dnspython-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.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |
