bankstown-lv2: add normalcea as maintainer

This commit is contained in:
Jasi
2025-06-26 01:26:17 +02:00
committed by Yureka
parent 4e679c1fa7
commit ca2ffb4b6c
+4 -1
View File
@@ -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;
};
}