speakersafetyd: remove with lib; usage

This commit is contained in:
Jasi
2025-06-26 16:54:52 -04:00
parent 9e2581c4de
commit 0c54773e7f
+4 -4
View File
@@ -46,16 +46,16 @@ rustPlatform.buildRustPackage (finalAttrs: {
dontCargoInstall = true;
doInstallCheck = true;
meta = with lib; {
meta = {
description = "Userspace daemon that implements the Smart Amp protection model";
mainProgram = "speakersafetyd";
homepage = "https://github.com/AsahiLinux/speakersafetyd";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
normalcea
flokli
yuka
];
license = licenses.mit;
platforms = platforms.linux;
license = lib.licenses.mit;
platforms = lib.platforms.linux;
};
})