From: Benjamin Franzke Date: Thu, 19 May 2022 11:58:15 +0000 (+0200) Subject: tree-wide: Update homepage to systemd.io X-Git-Tag: v252-rc1~949^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F23464%2Fhead;p=thirdparty%2Fsystemd.git tree-wide: Update homepage to systemd.io --- diff --git a/man/systemd.xml b/man/systemd.xml index 94cd96540f6..dc5dedc4695 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1292,7 +1292,7 @@ See Also - The systemd Homepage, + The systemd Homepage, systemd-system.conf5, locale.conf5, systemctl1, diff --git a/meson.build b/meson.build index 36cbfa48938..acd938d2d6c 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ libsystemd_version = '0.34.0' libudev_version = '1.7.4' conf = configuration_data() -conf.set_quoted('PROJECT_URL', 'https://www.freedesktop.org/wiki/Software/systemd') +conf.set_quoted('PROJECT_URL', 'https://systemd.io/') conf.set('PROJECT_VERSION', meson.project_version(), description : 'Numerical project version (used where a simple number is expected)')