diff --git a/nixos/modules/services/web-apps/grocy.nix b/nixos/modules/services/web-apps/grocy.nix index a5bf3bbf83f..b0d3c44cea8 100644 --- a/nixos/modules/services/web-apps/grocy.nix +++ b/nixos/modules/services/web-apps/grocy.nix @@ -166,7 +166,7 @@ in { }; meta = { - maintainers = with maintainers; [ ma27 ]; + maintainers = with maintainers; [ n0emis ]; doc = ./grocy.md; }; } diff --git a/pkgs/servers/grocy/default.nix b/pkgs/servers/grocy/default.nix index 6b39ec1fe8b..5777245d678 100644 --- a/pkgs/servers/grocy/default.nix +++ b/pkgs/servers/grocy/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { meta = with lib; { license = licenses.mit; - maintainers = with maintainers; [ ma27 ]; + maintainers = with maintainers; [ n0emis ]; description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home"; homepage = "https://grocy.info/"; };