kikit: avoid with lib;

This commit is contained in:
Sizhe Zhao
2025-07-07 16:15:07 +08:00
parent 435e9536f0
commit 97898eb3eb
+3 -3
View File
@@ -98,14 +98,14 @@ buildPythonApplication rec {
passthru.updateScript = nix-update-script { };
meta = with lib; {
meta = {
description = "Automation for KiCAD boards";
homepage = "https://github.com/yaqwsx/KiKit/";
changelog = "https://github.com/yaqwsx/KiKit/releases/tag/${src.tag}";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
jfly
matusf
];
license = licenses.mit;
license = lib.licenses.mit;
};
}