python3Packages.llm-openrouter: add acruru as maintainer (#393231)

authored by philiptaron.tngl.sh and committed by GitHub 02db783c 188e3c30

+4 -1
+4 -1
pkgs/development/python-modules/llm-openrouter/default.nix
··· 51 homepage = "https://github.com/simonw/llm-openrouter"; 52 changelog = "https://github.com/simonw/llm-openrouter/releases/tag/${version}/CHANGELOG.md"; 53 license = lib.licenses.asl20; 54 - maintainers = with lib.maintainers; [ philiptaron ]; 55 }; 56 }
··· 51 homepage = "https://github.com/simonw/llm-openrouter"; 52 changelog = "https://github.com/simonw/llm-openrouter/releases/tag/${version}/CHANGELOG.md"; 53 license = lib.licenses.asl20; 54 + maintainers = with lib.maintainers; [ 55 + arcuru 56 + philiptaron 57 + ]; 58 }; 59 }