maintainers: add korken89 + make maintainer of kicad (#460004)

This commit is contained in:
Aleksana
2025-12-06 09:44:52 +00:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -13948,6 +13948,12 @@
githubId = 36413794;
name = "Arek Kalandyk";
};
korken89 = {
email = "emil.fresk@gmail.com";
github = "korken89";
githubId = 913109;
name = "Emil Fresk";
};
koschi13 = {
email = "maximilian.konter@protonmail.com";
github = "koschi13";
@@ -326,7 +326,7 @@ stdenv.mkDerivation rec {
The Programs handle Schematic Capture, and PCB Layout with Gerber output.
'';
license = lib.licenses.gpl3Plus;
maintainers = [ ];
maintainers = with lib.maintainers; [ korken89 ];
platforms = lib.platforms.all;
broken = stdenv.hostPlatform.isDarwin;
mainProgram = "kicad";