{nixos/,}grocy: add diogotcorreia as maintainer
This commit is contained in:
@@ -211,7 +211,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ diogotcorreia ];
|
||||||
doc = ./grocy.md;
|
doc = ./grocy.md;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,10 @@
|
|||||||
{
|
{
|
||||||
name = "grocy";
|
name = "grocy";
|
||||||
meta = with pkgs.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ ma27 ];
|
maintainers = [
|
||||||
|
diogotcorreia
|
||||||
|
ma27
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ php.buildComposerProject2 (finalAttrs: {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ diogotcorreia ];
|
||||||
description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
|
description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
|
||||||
homepage = "https://grocy.info/";
|
homepage = "https://grocy.info/";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user