tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
kikit: avoid with lib;
Sizhe Zhao
8 months ago
97898eb3
435e9536
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ki
kikit
default.nix
+3
-3
pkgs/by-name/ki/kikit/default.nix
···
98
98
99
99
passthru.updateScript = nix-update-script { };
100
100
101
101
-
meta = with lib; {
101
101
+
meta = {
102
102
description = "Automation for KiCAD boards";
103
103
homepage = "https://github.com/yaqwsx/KiKit/";
104
104
changelog = "https://github.com/yaqwsx/KiKit/releases/tag/${src.tag}";
105
105
-
maintainers = with maintainers; [
105
105
+
maintainers = with lib.maintainers; [
106
106
jfly
107
107
matusf
108
108
];
109
109
-
license = licenses.mit;
109
109
+
license = lib.licenses.mit;
110
110
};
111
111
}