···183183 Just the build products, optionally with the i18n linked in
184184 the libraries are passed via an env var in the wrapper, default.nix
185185 '';
186186- homepage = "https://www.kicad-pcb.org/";
186186+ homepage = "https://www.kicad.org/";
187187 license = lib.licenses.agpl3;
188188 platforms = lib.platforms.all;
189189 };
···277277 then "Open Source Electronics Design Automation suite"
278278 else "Open Source EDA suite, development build")
279279 + (if (!with3d) then ", without 3D models" else "");
280280- homepage = "https://www.kicad-pcb.org/";
280280+ homepage = "https://www.kicad.org/";
281281 longDescription = ''
282282 KiCad is an open source software suite for Electronic Design Automation.
283283 The Programs handle Schematic Capture, and PCB Layout with Gerber output.