README.md: change git clone URL from git:// to https://

For security reasons, using the git:// protocol is discouraged.
pull/204/head
Axel Burri 2017-10-13 13:51:03 +02:00
parent 13f37491ed
commit fa5309ee81
1 changed files with 1 additions and 1 deletions

View File

@ -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