diff options
author | John Hayes <jdhayes.linux@gmail.com> | 2019-12-05 22:13:12 +0100 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2019-12-05 22:14:02 +0100 |
commit | f082ed20e6a8e5c4808922e52fefa630f9dd4959 (patch) | |
tree | 5d0c1128991f9902fc71044db476125c300bdd0b /cmake | |
parent | 9f441190a36a4579581c37c6ebcb36171fd9a7fd (diff) | |
download | extra-cmake-modules-f082ed20e6a8e5c4808922e52fefa630f9dd4959.tar.gz extra-cmake-modules-f082ed20e6a8e5c4808922e52fefa630f9dd4959.tar.bz2 |
EBN extra-cmake-modules transport cleanupv5.65.0-rc1v5.65.0
Summary: Change transport protocol from http to https
Reviewers: apol, cgiboudeaux
Reviewed By: apol, cgiboudeaux
Subscribers: cgiboudeaux, kde-frameworks-devel, kde-buildsystem
Tags: #frameworks, #build_system
Differential Revision: https://phabricator.kde.org/D25753
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindSphinx.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake index 276f3a28..7d489b65 100644 --- a/cmake/FindSphinx.cmake +++ b/cmake/FindSphinx.cmake @@ -56,7 +56,7 @@ find_program(Sphinx_BUILD_EXECUTABLE sphinx-build sphinx-build2 sphinx-build3 - DOC "Sphinx Documentation Builder (http://sphinx-doc.org/)" + DOC "Sphinx Documentation Builder (https://www.sphinx-doc.org/)" ) if (Sphinx_BUILD_EXECUTABLE) |