diff --git a/pkgs/by-name/gr/grafana-to-ntfy/package.nix b/pkgs/by-name/gr/grafana-to-ntfy/package.nix index fa364ca6d01c..ebeb5534d5b0 100644 --- a/pkgs/by-name/gr/grafana-to-ntfy/package.nix +++ b/pkgs/by-name/gr/grafana-to-ntfy/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage { homepage = "https://github.com/kittyandrew/grafana-to-ntfy"; license = lib.licenses.agpl3Only; platforms = lib.platforms.linux; - maintainers = with lib.maintainers; [ kranzes ]; + maintainers = [ ]; mainProgram = "grafana-to-ntfy"; }; }