{nixos/,}grocy: add diogotcorreia as maintainer

This commit is contained in:
Diogo Correia
2025-09-01 22:30:43 +01:00
parent 126a27a4a0
commit 80f6d36543
3 changed files with 6 additions and 3 deletions

View File

@@ -211,7 +211,7 @@ in
};
meta = {
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ diogotcorreia ];
doc = ./grocy.md;
};
}

View File

@@ -2,7 +2,10 @@
{
name = "grocy";
meta = with pkgs.lib.maintainers; {
maintainers = [ ma27 ];
maintainers = [
diogotcorreia
ma27
];
};
nodes.machine =

View File

@@ -62,7 +62,7 @@ php.buildComposerProject2 (finalAttrs: {
meta = with lib; {
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";
homepage = "https://grocy.info/";
};