mealie: add 'anoa' as maintainer

I'm happy to help maintain this package going forwards.
This commit is contained in:
Andrew Morgan 2024-05-07 01:10:27 +01:00 committed by James Atkins
parent bcaf6de467
commit fc81ca6408
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
{ {
name = "mealie"; name = "mealie";
meta = with pkgs.lib.maintainers; { meta = with pkgs.lib.maintainers; {
maintainers = [ litchipi ]; maintainers = [ litchipi anoa ];
}; };
nodes = { nodes = {

View File

@ -134,7 +134,7 @@ in pythonpkgs.buildPythonPackage rec {
homepage = "https://mealie.io"; homepage = "https://mealie.io";
changelog = "https://github.com/mealie-recipes/mealie/releases/tag/${src.rev}"; changelog = "https://github.com/mealie-recipes/mealie/releases/tag/${src.rev}";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ litchipi ]; maintainers = with maintainers; [ litchipi anoa ];
mainProgram = "mealie"; mainProgram = "mealie";
}; };
} }