grocy: replace @ma27 with @n0emis as maintainer

This commit is contained in:
Ember Keske 2023-08-19 13:02:04 +02:00
parent c247201679
commit 66ee520289
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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/";
};