diff --git a/pkgs/tools/misc/tremor-rs/default.nix b/pkgs/tools/misc/tremor-rs/default.nix index e650bed3b883..f626afb70cc4 100644 --- a/pkgs/tools/misc/tremor-rs/default.nix +++ b/pkgs/tools/misc/tremor-rs/default.nix @@ -72,6 +72,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://www.tremor.rs/"; license = licenses.asl20; platforms = platforms.x86_64; - maintainers = with maintainers; [ humancalico ]; + maintainers = with maintainers; [ humancalico happysalada ]; }; }