From fa5309ee81fde27e41d2bf7e89980dc1f81005fa Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Fri, 13 Oct 2017 13:51:03 +0200 Subject: [PATCH] README.md: change git clone URL from git:// to https:// For security reasons, using the git:// protocol is discouraged. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8b5f90..4b6bc04 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ Source Code Repository The source code for btrbk is managed using Git. Check out the source like this: - git clone git://dev.tty0.ch/btrbk.git + git clone https://dev.tty0.ch/btrbk.git How to Contribute