From ca2ffb4b6cfaf16587c2725af7129ad4b1ec5eec Mon Sep 17 00:00:00 2001 From: Jasi Date: Wed, 25 Jun 2025 15:34:09 -0400 Subject: [PATCH] bankstown-lv2: add normalcea as maintainer --- pkgs/by-name/ba/bankstown-lv2/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ba/bankstown-lv2/package.nix b/pkgs/by-name/ba/bankstown-lv2/package.nix index 4ae21dc9ea9b..77f5a8d69ff5 100644 --- a/pkgs/by-name/ba/bankstown-lv2/package.nix +++ b/pkgs/by-name/ba/bankstown-lv2/package.nix @@ -30,7 +30,10 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/chadmed/bankstown"; description = "Halfway-decent three-stage psychoacoustic bass approximation"; license = licenses.mit; - maintainers = with maintainers; [ yuka ]; + maintainers = with maintainers; [ + normalcea + yuka + ]; platforms = platforms.linux; }; }