maintainers: add korken89 + make maintainer of kicad (#460004)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user