bankstown-lv2: remove with lib; usage

This commit is contained in:
Jasi
2025-06-26 01:26:17 +02:00
committed by Yureka
parent 789f013c5a
commit ad8e810d13
+4 -4
View File
@@ -31,14 +31,14 @@ rustPlatform.buildRustPackage (finalAttrs: {
"LIBDIR=lib"
];
meta = with lib; {
meta = {
homepage = "https://github.com/chadmed/bankstown";
description = "Lightweight psychoacoustic bass enhancement plugin";
license = licenses.mit;
maintainers = with maintainers; [
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
normalcea
yuka
];
platforms = platforms.linux;
platforms = lib.platforms.linux;
};
})