style: remove overuse of with lib;

Co-authored-by: Yohann Boniface <edhyjox@gmail.com>
This commit is contained in:
David Sánchez 2024-07-31 15:18:55 +01:00 committed by GitHub
parent 7a0b34fa71
commit 5f59cd75a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};
}