MAINTAINERS: use 'https://' instead of 'git://' for GitHub
commite18a8b34232ab688895380ce3462875411609de7
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 8 Nov 2018 11:15:26 +0000 (8 11:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 12 Nov 2018 11:26:02 +0000 (12 11:26 +0000)
treebefe56f598d96460b2e54bd5cf6f1bb74d7458cb
parent86e6010a7af943e729964b7af6c4192deb8010b4
MAINTAINERS: use 'https://' instead of 'git://' for GitHub

When you clone the repository without previous commit history, 'git://'
doesn't protect from man-in-the-middle attacks.  HTTPS is more secure
since the client verifies the server certificate.

Reported-by: Jann Horn <jannh@google.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20181108111531.30671-4-stefanha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS