Skip to content

Commit 7e2e213

Browse files
author
Allen Winter
committed
various - use https
1 parent e599d37 commit 7e2e213

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/FindWayland.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ find_package_handle_standard_args(Wayland
138138

139139
include(FeatureSummary)
140140
set_package_properties(Wayland PROPERTIES
141-
URL "http://wayland.freedesktop.org"
141+
URL "https://wayland.freedesktop.org"
142142
DESCRIPTION "C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients"
143143
)

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ find_package(Doxygen)
4444
set_package_properties(Doxygen PROPERTIES
4545
TYPE OPTIONAL
4646
DESCRIPTION "API Documentation system"
47-
URL "http://www.doxygen.org"
47+
URL "https://www.doxygen.org"
4848
PURPOSE "Needed to build the API documentation."
4949
)
5050
if(DOXYGEN_DOT_EXECUTABLE)

launcher/core/libraryutil.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static QVector<QByteArray> dependenciesInternal(const QString &fileName, bool fa
4848
if (!proc.waitForStarted()) // if that is not available, run the fallback
4949
return dependenciesInternal(fileName, true);
5050
} else {
51-
// see http://man7.org/linux/man-pages/man8/ld.so.8.html
51+
// see https://man7.org/linux/man-pages/man8/ld.so.8.html
5252
// by setting LD_TRACE_LOADED_OBJECTS=1 we make ld.so behave like ldd
5353
// this works even on embedded systems where ldd is not available
5454
QProcessEnvironment env = proc.processEnvironment();

0 commit comments

Comments
 (0)