hushboard: remove keysmashes from maintainers

This commit is contained in:
ash
2026-05-31 13:21:35 +01:00
parent 1962e3e9bd
commit b0506757db
+1 -1
View File
@@ -85,6 +85,6 @@ python3Packages.buildPythonApplication {
description = "Mute your microphone while typing";
mainProgram = "hushboard";
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ keysmashes ];
maintainers = [ ];
};
}