From 472f14647edaf8273ccfd90385045f84a423ea2a 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:27:34 +0200
Subject: [PATCH] docs: fix README

---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index cbc557e..e40ed1a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
 # elixir-aai-proxy-idp-template
 
-[![Latest Stable Version](https://poser.pugx.org/elixir/simplesamlphp-module-elixir/v/stable)](https://packagist.org/packages/elixir/simplesamlphp-module-elixir)
-[![Latest Unstable Version](https://poser.pugx.org/elixir/simplesamlphp-module-elixir/v/unstable)](https://packagist.org/packages/elixir/simplesamlphp-module-elixir)
-[![Build and CI](https://github.com/elixirhub/elixir-aai-proxy-idp-template/actions/workflows/build_and_check.yml/badge.svg)](https://github.com/elixirhub/elixir-aai-proxy-idp-template/actions/workflows/build_and_check.yml)
-[![License](https://poser.pugx.org/elixir/simplesamlphp-module-elixir/license)](https://packagist.org/packages/elixir/simplesamlphp-module-elixir)
+![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-lsaai](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-lsaai)
+
+## Description
 
 Template for ELIXIR AAI Proxy IdP component
 
@@ -21,4 +22,6 @@ Any change that significantly changes behavior in a backward-incompatible way or
 
 ## Instalation
 
-`php composer.phar require`
+```sh
+php composer.phar require elixir/simplesamlphp-module-elixir
+```
-- 
GitLab