mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53: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";
|
name = "mealie";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ litchipi ];
|
maintainers = [ litchipi anoa ];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user