diff options
author | Michael Biebl <biebl@debian.org> | 2022-06-28 12:00:47 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-06-28 13:10:05 +0200 |
commit | 41d6f3bf4d6de680a2d7b735690d655bc2f00944 (patch) | |
tree | 200374d267d2461a82330deff03ec6a4f1d8cd71 /man/os-release.xml | |
parent | github: add more components to RFE issue template (diff) | |
download | systemd-41d6f3bf4d6de680a2d7b735690d655bc2f00944.tar.xz systemd-41d6f3bf4d6de680a2d7b735690d655bc2f00944.zip |
Use https for freedesktop.org
grep -l -r http:// | xargs sed -E -i s'#http://(.*).freedesktop.org#https://\1.freedesktop.org#'
Diffstat (limited to 'man/os-release.xml')
-rw-r--r-- | man/os-release.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/os-release.xml b/man/os-release.xml index 875ac946f0..bd2251d14b 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -354,7 +354,7 @@ <term><varname>LOGO=</varname></term> <listitem><para>A string, specifying the name of an icon as defined by <ulink - url="http://standards.freedesktop.org/icon-theme-spec/latest">freedesktop.org Icon Theme + url="https://standards.freedesktop.org/icon-theme-spec/latest">freedesktop.org Icon Theme Specification</ulink>. This can be used by graphical applications to display an operating system's or distributor's logo. This field is optional and may not necessarily be implemented on all systems.</para> |