lol

kikit: avoid with lib;

+3 -3
+3 -3
pkgs/by-name/ki/kikit/default.nix
··· 98 99 passthru.updateScript = nix-update-script { }; 100 101 - meta = with lib; { 102 description = "Automation for KiCAD boards"; 103 homepage = "https://github.com/yaqwsx/KiKit/"; 104 changelog = "https://github.com/yaqwsx/KiKit/releases/tag/${src.tag}"; 105 - maintainers = with maintainers; [ 106 jfly 107 matusf 108 ]; 109 - license = licenses.mit; 110 }; 111 }
··· 98 99 passthru.updateScript = nix-update-script { }; 100 101 + meta = { 102 description = "Automation for KiCAD boards"; 103 homepage = "https://github.com/yaqwsx/KiKit/"; 104 changelog = "https://github.com/yaqwsx/KiKit/releases/tag/${src.tag}"; 105 + maintainers = with lib.maintainers; [ 106 jfly 107 matusf 108 ]; 109 + license = lib.licenses.mit; 110 }; 111 }