[libvirt] [dbus PATCH] configure: Use HTTPS URL for libvirt.org

29 Jun
2018
29 Jun
'18
9:11 a.m.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- Pushed as trivial. configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1a0a457..d7820dd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libvirt-dbus], [1.1.0], [libvir-list@redhat.com], [], [http://libvirt.org]) +AC_INIT([libvirt-dbus], [1.1.0], [libvir-list@redhat.com], [], [https://libvirt.org]) AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_AUX_DIR([build-aux]) -- 2.17.1
2627
Age (days ago)
2627
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrea Bolognani