diff options
author | Jakob Unterwurzacher | 2020-06-21 11:58:02 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-06-21 11:58:02 +0200 |
commit | bec35524fc1f4430b2bfe757a97389637cd16699 (patch) | |
tree | 34d9268e356d4fa160719465e256a2792b7eb0f3 | |
parent | 2b30441c67f696de38edb4347b99b4eccf00f0e4 (diff) |
mirrors: update nuetzlich.net clone url
The git:// url does not work anymore, due to a missing
port forwarding. Just use https, which always works.
-rw-r--r-- | docs/mirrors.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/mirrors.md b/docs/mirrors.md index b88041a..a5c2967 100644 --- a/docs/mirrors.md +++ b/docs/mirrors.md @@ -17,7 +17,7 @@ The webinterface is at I run a mirror of the repo above, should Github be down at any time. It is updated every hour. Clone with: - git clone git://nuetzlich.net/gocryptfs + git clone https://nuetzlich.net/cgit/gocryptfs/ -A cgit webinterface is available at +The cgit webinterface is available at [https://nuetzlich.net/cgit/gocryptfs/](https://nuetzlich.net/cgit/gocryptfs/) . |