diebahn: add lilacious to the maintainers

Signed-off-by: Yuchen He <yuchenhe126@gmail.com>
This commit is contained in:
Yuchen He 2024-04-01 17:47:34 +02:00
parent b4f1d8c1d0
commit 6389c26e7c

View file

@ -74,6 +74,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.com/schmiddi-on-mobile/railway"; homepage = "https://gitlab.com/schmiddi-on-mobile/railway";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
mainProgram = "diebahn"; mainProgram = "diebahn";
maintainers = with lib.maintainers; [ dotlambda ]; maintainers = with lib.maintainers; [ dotlambda lilacious ];
}; };
} }