diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-02-22 19:17:01 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-02-22 19:17:01 +0100 |
commit | 49b7d2d8cebc4e83917aa8fa271ee08175f26fb9 (patch) | |
tree | a7cb26013a16fd11e0c7fa21f16535dcf77feb5b /index | |
parent | 5753bb7ff62ce44d7e64447bee0a0c013c3dadcd (diff) | |
download | cgit-49b7d2d8cebc4e83917aa8fa271ee08175f26fb9.tar.gz cgit-49b7d2d8cebc4e83917aa8fa271ee08175f26fb9.tar.xz |
Use https for cloning
Diffstat (limited to 'index')
-rw-r--r-- | index | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ Features Source Code ----------- * download current or past [releases][] - * clone the repo using the Git protocol: - * git clone git://git.zx2c4.com/cgit + * clone the repo: + * git clone https://git.zx2c4.com/cgit * see the [README][] for build instructions [releases]: /cgit/refs/tags |