diff --git a/README.md b/README.md
index bc3ac314e5f827198f35b12d3914d5ae39d0c20f..fff6aed69600b67f371acc552207265784fad92a 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 5adec2c599af9be9616f6b81bc8b2b814dc5baf4..ddb17441850dc94ae7cd66f6eec45ed56f2c0971 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"
 }