From 2f6dc366e8a8df99b703ed737611f125f6ba2284 Mon Sep 17 00:00:00 2001 From: Jasi Date: Wed, 25 Jun 2025 15:14:34 -0400 Subject: [PATCH] triforce-lv2: add normalcea as maintainer --- pkgs/by-name/tr/triforce-lv2/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/tr/triforce-lv2/package.nix b/pkgs/by-name/tr/triforce-lv2/package.nix index 657233da0b8d..5798e8c57007 100644 --- a/pkgs/by-name/tr/triforce-lv2/package.nix +++ b/pkgs/by-name/tr/triforce-lv2/package.nix @@ -30,7 +30,10 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/chadmed/triforce"; description = "Minimum Variance Distortionless Response adaptive beamformer for the microphone array found in some Apple Silicon laptops"; license = licenses.gpl2Plus; - maintainers = with maintainers; [ yuka ]; + maintainers = with maintainers; [ + normalcea + yuka + ]; platforms = platforms.linux; }; }