From 6389c26e7c2358d9cf7bf6c83899aaddd6e6490f Mon Sep 17 00:00:00 2001 From: Yuchen He Date: Mon, 1 Apr 2024 17:47:34 +0200 Subject: [PATCH] diebahn: add lilacious to the maintainers Signed-off-by: Yuchen He --- pkgs/applications/misc/diebahn/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/misc/diebahn/default.nix b/pkgs/applications/misc/diebahn/default.nix index a934f0349cd2..52a004a83017 100644 --- a/pkgs/applications/misc/diebahn/default.nix +++ b/pkgs/applications/misc/diebahn/default.nix @@ -74,6 +74,6 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.com/schmiddi-on-mobile/railway"; license = lib.licenses.gpl3Plus; mainProgram = "diebahn"; - maintainers = with lib.maintainers; [ dotlambda ]; + maintainers = with lib.maintainers; [ dotlambda lilacious ]; }; }