diff --git a/pkgs/by-name/ko/kontroll/package.nix b/pkgs/by-name/ko/kontroll/package.nix index cb3a28733cf8..ff169a1c86a0 100644 --- a/pkgs/by-name/ko/kontroll/package.nix +++ b/pkgs/by-name/ko/kontroll/package.nix @@ -20,11 +20,11 @@ rustPlatform.buildRustPackage rec { nativeBuildInputs = [ protobuf ]; - meta = with lib; { + meta = { 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 = licenses.mit; - maintainers = with maintainers; [ davsanchez ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ davsanchez ]; mainProgram = "kontroll"; }; }