From a9e5ea488d18f68883cd842c48f57cff1ca67bef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz>
Date: Tue, 23 Apr 2024 14:33:10 +0200
Subject: [PATCH] fix: mark as abandoned

---
 README.md     | 6 ++++--
 composer.json | 3 ++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index bc3ac31..fff6aed 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ![maintenance status: end of life](https://img.shields.io/maintenance/end%20of%20life/2023)
 
-This project has reached end of life, and has been superseeded by the project [simplesamlphp-module-elixir](https://gitlab.ics.muni.cz/perun/perun-proxyidp/v1/simplesamlphp-module-elixir). The new module unifies the templates of now migrated infrastructures as Life Science AAI.
+This project has reached end of life, and has been superseeded by the project [simplesamlphp-module-lsaai](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai).
 
 ## Description
 
@@ -20,4 +20,6 @@ Any change that significantly changes behavior in a backward-incompatible way or
 
 ## Instalation
 
-`php composer.phar require`
+```sh
+php composer.phar require bbmri/simplesamlphp-module-bbmri
+```
diff --git a/composer.json b/composer.json
index 5adec2c..ddb1744 100644
--- a/composer.json
+++ b/composer.json
@@ -26,5 +26,6 @@
       "name": "Perun proxy AAI team",
       "email": "proxyidp@cesnet.cz"
     }
-  ]
+  ],
+  "abandoned": "lsaai/simplesamlphp-module-lsaai"
 }
-- 
GitLab