From ed27d9bcc669d95bdb1476c4bf9c089b240cdd71 Mon Sep 17 00:00:00 2001 From: follath_r Date: Fri, 20 Jun 2025 14:44:06 +0200 Subject: [PATCH] Migrated to gitea --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0eddf86..2faec12 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,12 @@ For open source projects, say how it is licensed. ## Project status If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers. + +git remote -v + origin git@git.psi.ch:optics/eib700.git (fetch) + origin git@git.psi.ch:optics/eib700.git (push) + +git remote remove origin + +git remote add ssh git@gitea.psi.ch:optics/eib700.git +