]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Use https in AC_INIT URLs
authorHarlan Stenn <stenn@ntp.org>
Mon, 6 Mar 2023 06:15:49 +0000 (00:15 -0600)
committerHarlan Stenn <stenn@ntp.org>
Mon, 6 Mar 2023 06:15:49 +0000 (00:15 -0600)
bk: 64058515WtpOHLNPrKnNP-lQI-H3jQ

configure.ac
sntp/configure.ac

index 283a845d3123142edf0a9b02e016c6a26a4a24bd..c01b0cb52d4f7a27c79d86d975cb0577b63f9775 100644 (file)
@@ -5,9 +5,9 @@ AC_PREREQ([2.68])
 AC_INIT(
     [ntp],
     [VERSION_NUMBER],
-    [http://bugs.ntp.org./],
+    [https://bugs.ntp.org/],
     [],
-    [http://www.ntp.org./]dnl
+    [https://www.ntp.org/]dnl
 )
 AC_CONFIG_MACRO_DIR([sntp/m4])
 AC_CONFIG_AUX_DIR([sntp/libevent/build-aux])
index 796a95186f2c7df9137852f559a4b80d667335ff..8fa76537d05e7950f29c6d62f4021b9d85ccaa67 100644 (file)
@@ -5,9 +5,9 @@ AC_PREREQ([2.68])
 AC_INIT(
     [sntp],
     [VERSION_NUMBER],
-    [http://bugs.ntp.org./],
+    [https://bugs.ntp.org/],
     [],
-    [http://www.ntp.org./]dnl
+    [https://www.ntp.org/]dnl
 )
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([libevent/build-aux])