diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-06-30 20:14:53 +0200 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-06-30 20:14:53 +0200 |
commit | 724e1b1b93926c4722d2f57933d114a351eb9c48 (patch) | |
tree | 49dbdf1b463ebc38182614668aeb3cf06d10d61c | |
parent | a62c92fde491c39429b006094b54d9d9422f9c85 (diff) | |
download | extra-cmake-modules-724e1b1b93926c4722d2f57933d114a351eb9c48.tar.gz extra-cmake-modules-724e1b1b93926c4722d2f57933d114a351eb9c48.tar.bz2 |
Use more https in links (and update outdated urls)
GIT_SILENT
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | attic/modules/FindLibLZMA.cmake | 2 | ||||
-rw-r--r-- | attic/modules/FindPyQt4.cmake | 2 | ||||
-rw-r--r-- | attic/modules/FindQt4.cmake | 2 | ||||
-rw-r--r-- | attic/modules/FindSIP.cmake | 2 | ||||
-rw-r--r-- | attic/modules/README | 4 | ||||
-rw-r--r-- | attic/modules/SIPMacros.cmake | 2 | ||||
-rw-r--r-- | docs/CMakeLists.txt | 2 |
8 files changed, 9 insertions, 9 deletions
@@ -84,7 +84,7 @@ License All code is licensed under the `BSD 3-Clause license`_. -.. _BSD 3-Clause license: http://opensource.org/licenses/BSD-3-Clause +.. _BSD 3-Clause license: https://opensource.org/licenses/BSD-3-Clause Links diff --git a/attic/modules/FindLibLZMA.cmake b/attic/modules/FindLibLZMA.cmake index 1a341b28..b0553d86 100644 --- a/attic/modules/FindLibLZMA.cmake +++ b/attic/modules/FindLibLZMA.cmake @@ -25,7 +25,7 @@ SET(LIBLZMA_INCLUDE_DIRS ${LIBLZMA_INCLUDE_DIR}) # We're using new code known now as XZ, even library still been called LZMA -# it can be found in http://tukaani.org/xz/ +# it can be found in https://tukaani.org/xz/ # Avoid using old codebase IF (LIBLZMA_LIBRARIES) INCLUDE(CheckLibraryExists) diff --git a/attic/modules/FindPyQt4.cmake b/attic/modules/FindPyQt4.cmake index dab7a9f1..dfaa141b 100644 --- a/attic/modules/FindPyQt4.cmake +++ b/attic/modules/FindPyQt4.cmake @@ -4,7 +4,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. # -# PyQt4 website: http://www.riverbankcomputing.co.uk/pyqt/index.php +# PyQt4 website: https://riverbankcomputing.com/software/pyqt # # Find the installed version of PyQt4. FindPyQt4 should only be called after # Python has been found. diff --git a/attic/modules/FindQt4.cmake b/attic/modules/FindQt4.cmake index f501f358..2c1b2de4 100644 --- a/attic/modules/FindQt4.cmake +++ b/attic/modules/FindQt4.cmake @@ -346,7 +346,7 @@ # QT_QT_LIBRARY Qt-Library is now split # Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. -# See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details. +# See Copyright.txt or https://cmake.org/licensing for details. # Use FIND_PACKAGE( Qt4 COMPONENTS ... ) to enable modules IF( Qt4_FIND_COMPONENTS ) diff --git a/attic/modules/FindSIP.cmake b/attic/modules/FindSIP.cmake index 58b95c8a..d94bd8ef 100644 --- a/attic/modules/FindSIP.cmake +++ b/attic/modules/FindSIP.cmake @@ -1,7 +1,7 @@ # Find SIP # ~~~~~~~~ # -# SIP website: http://www.riverbankcomputing.co.uk/sip/index.php +# SIP website: https://riverbankcomputing.com/software/sip # # Find the installed version of SIP. FindSIP should be called after Python # has been found. diff --git a/attic/modules/README b/attic/modules/README index d487a0b2..29483051 100644 --- a/attic/modules/README +++ b/attic/modules/README @@ -8,11 +8,11 @@ Changes to any files should follow the cmake commit policy - at http://techbase.kde.org/Policies/CMake_Commit_Policy + at https://community.kde.org/Policies/CMake_Commit_Policy and the cmake coding style - at http://techbase.kde.org/Policies/CMake_Coding_Style + at https://community.kde.org/Policies/CMake_Coding_Style Alex <neundorf@kde.org> diff --git a/attic/modules/SIPMacros.cmake b/attic/modules/SIPMacros.cmake index 7c5476ef..69fec90e 100644 --- a/attic/modules/SIPMacros.cmake +++ b/attic/modules/SIPMacros.cmake @@ -4,7 +4,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. # -# SIP website: http://www.riverbankcomputing.co.uk/sip/index.php +# SIP website: https://riverbankcomputing.com/software/sip # # This file defines the following macros: # diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 3f84e4e9..84cca9ea 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -11,7 +11,7 @@ find_package(Sphinx 1.2 MODULE) set_package_properties( Sphinx PROPERTIES - URL "http://sphinx-doc.org/" + URL "https://www.sphinx-doc.org/" DESCRIPTION "Tool to generate documentation." TYPE OPTIONAL PURPOSE "Required to build documentation for Extra CMake Modules." |