Merge pull request #142256 from evils/kicad-domain
kicad: use new domain name
This commit is contained in:
commit
d68053da0a
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user