kicad: use new domain name
as the old one is now no longer controlled by the kicad organization
This commit is contained in:
parent
5f0194220f
commit
e2ae6cc0f4
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue