kicad: use new domain name

as the old one is now no longer controlled by the kicad organization
This commit is contained in:
Evils 2021-10-19 23:30:31 +02:00
parent 5f0194220f
commit e2ae6cc0f4
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
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;
platforms = lib.platforms.all;
};

View File

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