kicad: fix license

https://kicad.org/about/licenses/
This commit is contained in:
Eduardo Sánchez Muñoz 2021-04-10 20:39:02 +02:00
parent 427edc8b5a
commit b5c90bb4da

View File

@ -259,7 +259,7 @@ stdenv.mkDerivation rec {
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.
''; '';
license = lib.licenses.agpl3; license = lib.licenses.gpl3Plus;
# berce seems inactive... # berce seems inactive...
maintainers = with lib.maintainers; [ evils kiwi berce ]; maintainers = with lib.maintainers; [ evils kiwi berce ];
# kicad is cross platform # kicad is cross platform