freerouting: add Misaka13514 to maintainers

This commit is contained in:
Rine Amakawa
2026-04-30 13:40:44 +08:00
parent 23298ee03c
commit 2354eb7627
+4 -1
View File
@@ -74,7 +74,10 @@ stdenv.mkDerivation (finalAttrs: {
Freerouting is an advanced autorouter for all PCB programs that support
the standard Specctra or Electra DSN interface. '';
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ srounce ];
maintainers = with lib.maintainers; [
srounce
Misaka13514
];
platforms = with lib.platforms; linux ++ darwin;
mainProgram = "freerouting";
};