From 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 9 Jan 2019 05:32:17 +0100 Subject: Use more https in links --- find-modules/FindPng2Ico.cmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'find-modules/FindPng2Ico.cmake') 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 `_ does, while the +# tool `_ does, while the # version of png2ico from the `"KDE On Windows" (kdewin) -# `_ project does not. +# `_ project does not. # # ``Png2Ico_HAS_RCFILE_ARGUMENT`` # Whether png2ico accepts an ``--rcfile`` argument. The version of png2ico # from the `"KDE On Windows" (kdewin) -# `_ project does, +# `_ project does, # while `Matthias Benkmann's tool -# `_ does not. +# `_ 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" ) -- cgit v1.2.1