diff --git a/pkgs/kontroll.nix b/pkgs/kontroll.nix index cb05707..06fe461 100644 --- a/pkgs/kontroll.nix +++ b/pkgs/kontroll.nix @@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec { description = "Kontroll demonstates how to control the Keymapp API, making it easy to control your ZSA keyboard from the command line and scripts"; homepage = "https://github.com/zsa/kontroll"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ ]; + maintainers = [ lib.maintainers.davsanchez ]; mainProgram = "kontroll"; }; }