marge-bot: add lelgenio as maintainer

This commit is contained in:
lelgenio
2025-06-01 03:49:57 -03:00
parent 4db34059a3
commit 3133e08162

View File

@@ -56,7 +56,10 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://gitlab.com/marge-org/marge-bot";
changelog = "https://gitlab.com/marge-org/marge-bot/-/blob/${src.rev}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ bcdarwin ];
maintainers = with maintainers; [
bcdarwin
lelgenio
];
mainProgram = "marge.app";
};
}