···183 Just the build products, optionally with the i18n linked in
184 the libraries are passed via an env var in the wrapper, default.nix
185 '';
186- homepage = "https://www.kicad-pcb.org/";
187 license = lib.licenses.agpl3;
188 platforms = lib.platforms.all;
189 };
···183 Just the build products, optionally with the i18n linked in
184 the libraries are passed via an env var in the wrapper, default.nix
185 '';
186+ homepage = "https://www.kicad.org/";
187 license = lib.licenses.agpl3;
188 platforms = lib.platforms.all;
189 };
···277 then "Open Source Electronics Design Automation suite"
278 else "Open Source EDA suite, development build")
279 + (if (!with3d) then ", without 3D models" else "");
280- homepage = "https://www.kicad-pcb.org/";
281 longDescription = ''
282 KiCad is an open source software suite for Electronic Design Automation.
283 The Programs handle Schematic Capture, and PCB Layout with Gerber output.
···277 then "Open Source Electronics Design Automation suite"
278 else "Open Source EDA suite, development build")
279 + (if (!with3d) then ", without 3D models" else "");
280+ homepage = "https://www.kicad.org/";
281 longDescription = ''
282 KiCad is an open source software suite for Electronic Design Automation.
283 The Programs handle Schematic Capture, and PCB Layout with Gerber output.