]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Use 'https' instead of 'http' for dnspython.org (#883)
authorRafael Guterres Jeffman <rjeffman@redhat.com>
Wed, 11 Jan 2023 22:37:13 +0000 (19:37 -0300)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 22:37:13 +0000 (14:37 -0800)
commit24f0687ebbfc7499d32f47810c6fac2b9b87a63b
tree0d2ff9055d03d5b6ededdd5d59e715ee88b82826
parent6d7f73a515d394b27252fa235ecdc7e985a7d273
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.
dns/name.py
doc/community.rst
doc/name-codecs.rst
doc/rfc.rst
setup.cfg