diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
commit | 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 (patch) | |
tree | 49da1bbe094179ab57190f99340a5c67c5c6f4b3 /find-modules/FindPng2Ico.cmake | |
parent | efdca205db4b230b068da480267e665e28b48423 (diff) | |
download | extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2 |
Use more https in links
Diffstat (limited to 'find-modules/FindPng2Ico.cmake')
-rw-r--r-- | find-modules/FindPng2Ico.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/find-modules/FindPng2Ico.cmake b/find-modules/FindPng2Ico.cmake index d84f6673..01ad8c49 100644 --- a/find-modules/FindPng2Ico.cmake +++ b/find-modules/FindPng2Ico.cmake @@ -26,16 +26,16 @@ # # ``Png2Ico_HAS_COLORS_ARGUMENT`` # Whether png2ico accepts a ``--colors`` argument. `Matthias Benkmann's -# tool <http://www.winterdrache.de/freeware/png2ico/>`_ does, while the +# tool <https://www.winterdrache.de/freeware/png2ico/>`_ does, while the # version of png2ico from the `"KDE On Windows" (kdewin) -# <https://projects.kde.org/projects/kdesupport/kdewin>`_ project does not. +# <https://commits.kde.org/kdewin>`_ project does not. # # ``Png2Ico_HAS_RCFILE_ARGUMENT`` # Whether png2ico accepts an ``--rcfile`` argument. The version of png2ico # from the `"KDE On Windows" (kdewin) -# <https://projects.kde.org/projects/kdesupport/kdewin>`_ project does, +# <https://commits.kde.org/kdewin>`_ project does, # while `Matthias Benkmann's tool -# <http://www.winterdrache.de/freeware/png2ico/>`_ does not. +# <https://www.winterdrache.de/freeware/png2ico/>`_ does not. # # Since 1.7.0. @@ -111,7 +111,7 @@ endif() include(FeatureSummary) set_package_properties(Png2Ico PROPERTIES - URL "http://www.winterdrache.de/freeware/png2ico/ or https://projects.kde.org/projects/kdesupport/kdewin" + URL "https://www.winterdrache.de/freeware/png2ico/ or https://commits.kde.org/kdewin" DESCRIPTION "Executable that converts a collection of PNG files into a Windows icon file" ) |