Merge pull request #300817 from quentinmit/kicad-license

kicad: fix license
This commit is contained in:
Aleksana 2024-04-05 12:33:03 +08:00 committed by GitHub
commit e545d8d16a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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