diff --git a/README.md b/README.md
index cf1cf09..3231f89 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,8 @@
+# dda-python-terraform
+[![pipeline status](https://gitlab.com/domaindrivenarchitecture/dda-python-terraform/badges/master/pipeline.svg)](https://gitlab.com/domaindrivenarchitecture/dda-python-terraform/-/commits/main)
+
+[ chat over e-mail](mailto:buero@meissa-gmbh.de?subject=community-chat) | [ team@social.meissa-gmbh.de](https://social.meissa-gmbh.de/@team) | [Website & Blog](https://domaindrivenarchitecture.org)
+
## Introduction
dda-python-terraform is a python module provide a wrapper of `terraform` command line tool.
@@ -134,3 +139,11 @@ This make api caller don't have a general rule to follow but to do
a exhaustive method implementation which I don't prefer to.
Therefore I end-up with using `IsFlagged` or `IsNotFlagged` as value of option
like `-no-color` and `True/False` value reserved for option like `refresh=true`
+
+## Development & mirrors
+Development happens at: https://repo.prod.meissa.de/meissa/dda-python-terraform
+
+Mirrors are:
+* https://codeberg.org/meissa/dda-python-terraform (issues and PR)
+* https://gitlab.com/domaindrivenarchitecture/dda-python-terraform (CI)
+* https://github.com/DomainDrivenArchitecture/dda-python-terraform
diff --git a/setup.py b/setup.py
index 4ab9331..1ef0edc 100644
--- a/setup.py
+++ b/setup.py
@@ -22,10 +22,10 @@ except IOError:
setup(
name=module_name,
version="2.1.2-dev",
- url="https://gitlab.com/domaindrivenarchitecture/dda-python-terraform",
+ url="https://repo.prod.meissa.de/meissa/dda-python-terraform",
license="MIT",
- author="Freddy Tan",
- author_email="beelit94@gmail.com",
+ author="Freddy Tan, meissa team",
+ author_email="buero@meissa.de",
description=short_description,
long_description=long_description,
packages=["dda_python_terraform"],