summary refs log tree commit diff
path: root/pkgs/servers/grocy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/grocy/default.nix')
-rw-r--r--pkgs/servers/grocy/default.nix2
1 files changed, 1 insertions, 1 deletions
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/";
   };