From 3c709fc55655ad7e404fbf4bed093a28c21b19ee Mon Sep 17 00:00:00 2001 From: erik Date: Fri, 28 Jul 2023 14:44:34 +0200 Subject: [PATCH] [Skip-CI] Add Development and mirrors section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c814bd7..407fb31 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,13 @@ The bot looks for `config.edn` at its relative path by default, an alternative l Transformations have source `(s/def ::source-type #{:twitter :rss :tumblr})` und target `(s/def ::target-type #{:mastodon})` you can combine freely. Multiple transformations for same source-target combination are possible. Source and targets refer to the auth section for their credentials. +## Development & mirrors +Development happens at: https://repo.prod.meissa.de/meissa/mastodon-bot + +Mirrors are: +* https://gitlab.com/domaindrivenarchitecture/mastodon-bot (CI issues and PR) +* https://github.com/DomainDrivenArchitecture/mastodon-bot + ## License Copyright © 2018 Dmitri Sotnikov