tp-auto-kbbl: remove sebtm as maintainer

This commit is contained in:
Sebastian Sellmeier
2024-12-03 20:08:52 +01:00
parent 3ebf7def3f
commit 7bff69e5e2
+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";
};