mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
mealie: add 'anoa' as maintainer
I'm happy to help maintain this package going forwards.
This commit is contained in:
parent
bcaf6de467
commit
fc81ca6408
@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...} :
|
||||
{
|
||||
name = "mealie";
|
||||
meta = with pkgs.lib.maintainers; {
|
||||
maintainers = [ litchipi ];
|
||||
maintainers = [ litchipi anoa ];
|
||||
};
|
||||
|
||||
nodes = {
|
||||
|
@ -134,7 +134,7 @@ in pythonpkgs.buildPythonPackage rec {
|
||||
homepage = "https://mealie.io";
|
||||
changelog = "https://github.com/mealie-recipes/mealie/releases/tag/${src.rev}";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ litchipi ];
|
||||
maintainers = with maintainers; [ litchipi anoa ];
|
||||
mainProgram = "mealie";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user