From f839d08232d3d9f7bc2c401076d161c11595b711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Sun, 31 Oct 2021 12:02:28 +0100 Subject: [PATCH] change description of repositories --- README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2541fbe..3266bfb 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,17 @@ more information. You can get ``gitosis`` via ``git`` by saying:: - git clone https://github.com/tv42/gitosis.git + This repositories are from jakob@schuerz.at, support python3 and ssh-certificates + git clone git@codeberg.org:xundeenergie/gitosis.git (fetch) + git clone git@github.com:xundeenergie/gitosis.git (fetch) + git clone git@git.schuerz.at:public/gitosis.git (fetch) + + This repository translates gitosis to python3, but not fully. + git clone git@github.com:mgukov/gitosis.git (push) + + Original repository seems unmaintained + git clone git@github.com:tv42/gitosis.git (fetch) + And install it via::