From 8694a77e3b30a547f1c251e436b7806146d88c50 Mon Sep 17 00:00:00 2001 From: Dome Date: Sat, 9 May 2026 22:52:07 +0200 Subject: [PATCH] Move to Gitea --- .github/README.md | 19 +++++++++++++++++++ .../workflows/docker-image.yml | 0 2 files changed, 19 insertions(+) create mode 100644 .github/README.md rename {.gitea => .github}/workflows/docker-image.yml (100%) diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..118a82c --- /dev/null +++ b/.github/README.md @@ -0,0 +1,19 @@ +# ⚠️ This repository has moved! + +Active development and maintenance of this project are **no longer taking place on GitHub**. I have migrated my projects to my own Gitea instance. + +This GitHub repository will be archived (read-only) shortly and will only serve as a reference / read only mirror. Unfortunately, new Issues, Pull Requests, or discussions can no longer be processed here. + +## 🚀 New Project Location + +You can find the latest source code, new releases, and the issue tracker for this specific project right here: + +👉 **https://git.ztfr.eu/Dome/matrix.to-dracula-theme** + +## 👤 My New Profile + +If you want to continue following my work or are interested in my other projects, you can find my entire portfolio on my new Gitea profile: + +🔗 **[https://git.ztfr.eu/dome](https://git.ztfr.eu/dome)** + +Thank you for your support on GitHub – see you on Gitea! diff --git a/.gitea/workflows/docker-image.yml b/.github/workflows/docker-image.yml similarity index 100% rename from .gitea/workflows/docker-image.yml rename to .github/workflows/docker-image.yml