Skip to content

Commit ca78304

Browse files
committed
configure.am: use https:// in URLs
1 parent d0c7baa commit ca78304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ AC_PREREQ([2.64])
2121

2222
AC_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

2828
AC_CONFIG_SRCDIR([src/core/main.c])
2929
AC_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

586586
AC_SUBST(SUPPORT_URL)
587587

0 commit comments

Comments
 (0)