triforce-lv2: add normalcea as maintainer

This commit is contained in:
Jasi
2025-06-27 12:39:12 -04:00
parent 9d342e50bd
commit 2f6dc366e8
+4 -1
View File
@@ -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;
};
}