kikit: clean up & add updateScript and NGI team (#423141)

This commit is contained in:
Aleksana
2025-07-08 18:54:18 +08:00
committed by GitHub
+7 -3
View File
@@ -20,6 +20,7 @@
versioneer,
shapely,
setuptools,
nix-update-script,
}:
let
solidpython = callPackage ./solidpython { };
@@ -95,14 +96,17 @@ buildPythonApplication rec {
cd test/units
'';
meta = with lib; {
passthru.updateScript = nix-update-script { };
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;
teams = with lib.teams; [ ngi ];
license = lib.licenses.mit;
};
}