From aef3d81135bf959b01adaf360589e4ce20c18964 Mon Sep 17 00:00:00 2001 From: happysalada Date: Wed, 9 Nov 2022 09:40:22 -0500 Subject: [PATCH] tremor-rs: add happysalada as maintainer --- pkgs/tools/misc/tremor-rs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }