File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ AC_PREREQ([2.64])
2121
2222AC_INIT ( [ systemd] ,
2323 [ 233] ,
24- [ http ://github.com/systemd/systemd/issues] ,
24+ [ https ://github.com/systemd/systemd/issues] ,
2525 [ systemd] ,
26- [ http ://www.freedesktop.org/wiki/Software/systemd] )
26+ [ https ://www.freedesktop.org/wiki/Software/systemd] )
2727
2828AC_CONFIG_SRCDIR ( [ src/core/main.c] )
2929AC_CONFIG_MACRO_DIR ( [ m4] )
@@ -581,7 +581,7 @@ AC_ARG_WITH([support-url],
581581 AS_HELP_STRING ( [ --with-support-url=URL] ,
582582 [ specify the support URL to show in catalog entries included in systemd] ) ,
583583 [ SUPPORT_URL="$withval"] ,
584- [ SUPPORT_URL=http ://lists.freedesktop.org/mailman/listinfo/systemd-devel] )
584+ [ SUPPORT_URL=https ://lists.freedesktop.org/mailman/listinfo/systemd-devel] )
585585
586586AC_SUBST ( SUPPORT_URL )
587587
You can’t perform that action at this time.
0 commit comments