tp-auto-kbbl: remove sebtm as maintainer (#361527)

This commit is contained in:
Weijia Wang
2024-12-03 20:59:50 +01:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
description = "Auto toggle keyboard back-lighting on Thinkpads (and maybe other laptops) for Linux";
homepage = "https://github.com/saibotd/tp-auto-kbbl";
license = licenses.mit;
maintainers = with maintainers; [ sebtm ];
maintainers = with maintainers; [];
platforms = platforms.linux;
mainProgram = "tp-auto-kbbl";
};