summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmber Keske <git@n0emis.eu>2023-08-19 13:02:04 +0200
committerEmber Keske <git@n0emis.eu>2023-08-19 13:02:04 +0200
commit66ee520289a94519350a741924a52b41ae8237df (patch)
tree7b16dc9f8c1e3663c42862e5566446a8aee33bd5
parentc2472016795553a0b27cafc7640719480a1169a2 (diff)
downloadnixpkgs-66ee520289a94519350a741924a52b41ae8237df.tar
nixpkgs-66ee520289a94519350a741924a52b41ae8237df.tar.gz
nixpkgs-66ee520289a94519350a741924a52b41ae8237df.tar.bz2
nixpkgs-66ee520289a94519350a741924a52b41ae8237df.tar.lz
nixpkgs-66ee520289a94519350a741924a52b41ae8237df.tar.xz
nixpkgs-66ee520289a94519350a741924a52b41ae8237df.tar.zst
nixpkgs-66ee520289a94519350a741924a52b41ae8237df.zip
grocy: replace @ma27 with @n0emis as maintainer
-rw-r--r--nixos/modules/services/web-apps/grocy.nix2
-rw-r--r--pkgs/servers/grocy/default.nix2
2 files changed, 2 insertions, 2 deletions
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/";
   };