diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:39:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:39:46 +0000 |
commit | 8b37c8ea47ac16718a80eaf1a531b2d845652754 (patch) | |
tree | 015adf0a5a3f4d7b0cd7b3434e362f4c0b7483d2 /debian/rules | |
parent | Updating ntp servers for Progress Linux. (diff) | |
download | systemd-8b37c8ea47ac16718a80eaf1a531b2d845652754.tar.xz systemd-8b37c8ea47ac16718a80eaf1a531b2d845652754.zip |
Updating support url for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index b7889e6..950c424 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ ifeq ($(DEB_VENDOR),Ubuntu) CONFFLAGS_DISTRO = else DEFAULT_NTP_SERVERS = 2.progress.pool.ntp.org - SUPPORT_URL = https://www.debian.org/support + SUPPORT_URL = https://support.progress-linux.org CONFFLAGS_DISTRO = endif |