authelia: drop myself from maintenance

I'm not using this package anymore and I cannot maintain it.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-03-28 20:57:49 +01:00 committed by Yureka
parent 9b324f1e72
commit 432180dade

View File

@ -72,7 +72,7 @@ buildGoModule rec {
authentication. authentication.
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jk raitobezarius dit7ya ]; maintainers = with maintainers; [ jk dit7ya ];
mainProgram = "authelia"; mainProgram = "authelia";
}; };
} }