Merge pull request #142256 from evils/kicad-domain

kicad: use new domain name
This commit is contained in:
figsoda 2021-10-19 17:46:19 -04:00 committed by GitHub
commit d68053da0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ stdenv.mkDerivation rec {
Just the build products, optionally with the i18n linked in Just the build products, optionally with the i18n linked in
the libraries are passed via an env var in the wrapper, default.nix the libraries are passed via an env var in the wrapper, default.nix
''; '';
homepage = "https://www.kicad-pcb.org/"; homepage = "https://www.kicad.org/";
license = lib.licenses.agpl3; license = lib.licenses.agpl3;
platforms = lib.platforms.all; platforms = lib.platforms.all;
}; };

View File

@ -277,7 +277,7 @@ stdenv.mkDerivation rec {
then "Open Source Electronics Design Automation suite" then "Open Source Electronics Design Automation suite"
else "Open Source EDA suite, development build") else "Open Source EDA suite, development build")
+ (if (!with3d) then ", without 3D models" else ""); + (if (!with3d) then ", without 3D models" else "");
homepage = "https://www.kicad-pcb.org/"; homepage = "https://www.kicad.org/";
longDescription = '' longDescription = ''
KiCad is an open source software suite for Electronic Design Automation. KiCad is an open source software suite for Electronic Design Automation.
The Programs handle Schematic Capture, and PCB Layout with Gerber output. The Programs handle Schematic Capture, and PCB Layout with Gerber output.