maintainers: remove superherointj (#532708)
This commit is contained in:
@@ -26684,13 +26684,6 @@
|
||||
githubId = 36031171;
|
||||
name = "Supa";
|
||||
};
|
||||
superherointj = {
|
||||
email = "sergiomarcelo@yandex.com";
|
||||
github = "superherointj";
|
||||
githubId = 5861043;
|
||||
matrix = "@superherointj:matrix.org";
|
||||
name = "Sérgio Marcelo";
|
||||
};
|
||||
supermarin = {
|
||||
email = "git+nixpkgs@mar.in";
|
||||
name = "marin";
|
||||
|
||||
@@ -44,6 +44,6 @@ buildGoModule (finalAttrs: {
|
||||
downloadPage = "https://github.com/etcd-io/etcd/";
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://etcd.io/";
|
||||
maintainers = with lib.maintainers; [ superherointj ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -28,10 +28,7 @@ let
|
||||
description = "Distributed reliable key-value store for the most critical data of a distributed system";
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://etcd.io/";
|
||||
maintainers = with lib.maintainers; [
|
||||
dtomvan
|
||||
superherointj
|
||||
];
|
||||
maintainers = with lib.maintainers; [ dtomvan ];
|
||||
platforms = lib.platforms.darwin ++ lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
@@ -31,10 +31,7 @@ let
|
||||
downloadPage = "https://github.com/etcd-io/etcd";
|
||||
license = lib.licenses.asl20;
|
||||
homepage = "https://etcd.io/";
|
||||
maintainers = with lib.maintainers; [
|
||||
dtomvan
|
||||
superherointj
|
||||
];
|
||||
maintainers = with lib.maintainers; [ dtomvan ];
|
||||
platforms = lib.platforms.darwin ++ lib.platforms.linux;
|
||||
};
|
||||
|
||||
|
||||
@@ -85,7 +85,6 @@ buildGoModule rec {
|
||||
ryan4yin
|
||||
SchahinRohani
|
||||
stealthybox
|
||||
superherointj
|
||||
];
|
||||
mainProgram = "flux";
|
||||
};
|
||||
|
||||
@@ -44,9 +44,6 @@ buildGoModule (finalAttrs: {
|
||||
homepage = "https://gitea.com/gitea/runner";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "gitea-runner";
|
||||
maintainers = with lib.maintainers; [
|
||||
superherointj
|
||||
techknowlogick
|
||||
];
|
||||
maintainers = with lib.maintainers; [ techknowlogick ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -38,7 +38,7 @@ buildNpmPackage {
|
||||
mainProgram = "godot-mcp";
|
||||
homepage = "https://github.com/Coding-Solo/godot-mcp";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ superherointj ];
|
||||
maintainers = [ ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
description = "MiniMax MCP server for coding-plan users with web search and image understanding";
|
||||
homepage = "https://github.com/MiniMax-AI/MiniMax-Coding-Plan-MCP";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ superherointj ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "minimax-coding-plan-mcp";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -45,7 +45,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/MiniMax-AI/MiniMax-MCP";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ superherointj ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "minimax-mcp";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -184,7 +184,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
delafthi
|
||||
DuskyElf
|
||||
graham33
|
||||
superherointj
|
||||
];
|
||||
sourceProvenance = with lib.sourceTypes; [ fromSource ];
|
||||
platforms = [
|
||||
|
||||
@@ -76,10 +76,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
description = "AI-native system for spec-driven development";
|
||||
homepage = "https://github.com/Fission-AI/OpenSpec";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
kalbasit
|
||||
superherointj
|
||||
];
|
||||
maintainers = with lib.maintainers; [ kalbasit ];
|
||||
platforms = lib.platforms.all;
|
||||
mainProgram = "openspec";
|
||||
};
|
||||
|
||||
@@ -768,7 +768,6 @@ let
|
||||
maintainers = with lib.maintainers; [
|
||||
corngood
|
||||
shiryel
|
||||
superherointj
|
||||
];
|
||||
mainProgram = "godot${suffix}";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user