maintainers: remove wackbyte (#443872)
This commit is contained in:
@@ -27490,13 +27490,6 @@
|
||||
githubId = 115360611;
|
||||
name = "Wölfchen";
|
||||
};
|
||||
wackbyte = {
|
||||
name = "wackbyte";
|
||||
email = "wackbyte@pm.me";
|
||||
github = "wackbyte";
|
||||
githubId = 29505620;
|
||||
keys = [ { fingerprint = "E595 7FE4 FEF6 714B 1AD3 1483 937F 2AE5 CCEF BF59"; } ];
|
||||
};
|
||||
waelwindows = {
|
||||
email = "waelwindows9922@gmail.com";
|
||||
github = "Waelwindows";
|
||||
|
||||
@@ -405,7 +405,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=astro-build.astro-vscode";
|
||||
homepage = "https://github.com/withastro/language-tools";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2453,7 +2453,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=janet-lang.vscode-janet";
|
||||
homepage = "https://github.com/janet-lang/vscode-janet";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2471,7 +2471,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jbockle.jbockle-format-files";
|
||||
homepage = "https://github.com/jbockle/format-files";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -2849,7 +2849,7 @@ let
|
||||
homepage = "https://github.com/clangd/vscode-clangd";
|
||||
changelog = "https://marketplace.visualstudio.com/items/llvm-vs-code-extensions.vscode-clangd/changelog";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -3872,7 +3872,7 @@ let
|
||||
homepage = "https://github.com/redhat-developer/vscode-java";
|
||||
changelog = "https://marketplace.visualstudio.com/items/redhat.java/changelog";
|
||||
license = lib.licenses.epl20;
|
||||
maintainers = [ lib.maintainers.wackbyte ];
|
||||
maintainers = [ ];
|
||||
broken = lib.versionOlder jdk.version "17";
|
||||
};
|
||||
};
|
||||
@@ -4163,7 +4163,7 @@ let
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4833,7 +4833,6 @@ let
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
tomasajt
|
||||
wackbyte
|
||||
defelo
|
||||
];
|
||||
};
|
||||
@@ -5496,7 +5495,7 @@ let
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig";
|
||||
homepage = "https://github.com/ziglang/vscode-zig";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec {
|
||||
downloadPage = "https://github.com/rojo-rbx/remodel/releases/tag/v${version}";
|
||||
changelog = "https://github.com/rojo-rbx/remodel/raw/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,9 +48,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
Tool designed to enable Roblox developers to use professional-grade software engineering tools.
|
||||
'';
|
||||
mainProgram = "rojo";
|
||||
maintainers = with lib.maintainers; [
|
||||
wackbyte
|
||||
HeitorAugustoLN
|
||||
];
|
||||
maintainers = with lib.maintainers; [ HeitorAugustoLN ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -34,6 +34,6 @@ rustPlatform.buildRustPackage rec {
|
||||
downloadPage = "https://github.com/Roblox/tarmac/releases/tag/v${version}";
|
||||
changelog = "https://github.com/Roblox/tarmac/raw/v${version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,10 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
Play multiplayer games against friends and foes all over the world, or claim a spot on the leaderboards - the stacker future is yours!
|
||||
'';
|
||||
mainProgram = "tetrio";
|
||||
maintainers = with lib.maintainers; [
|
||||
wackbyte
|
||||
huantian
|
||||
];
|
||||
maintainers = with lib.maintainers; [ huantian ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
sourceProvenance = [ lib.sourceTypes.binaryBytecode ];
|
||||
};
|
||||
|
||||
@@ -104,10 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# is a modified version of tetrio-desktop, which is unfree.
|
||||
lib.licenses.unfree
|
||||
];
|
||||
maintainers = with lib.maintainers; [
|
||||
huantian
|
||||
wackbyte
|
||||
];
|
||||
maintainers = with lib.maintainers; [ huantian ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -53,10 +53,7 @@ rustPlatform.buildRustPackage {
|
||||
description = "Self contained toolkit for creating, editing, and previewing TPSE files";
|
||||
homepage = "https://gitlab.com/UniQMG/tpsecore";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
huantian
|
||||
wackbyte
|
||||
];
|
||||
maintainers = with lib.maintainers; [ huantian ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -43,6 +43,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/Rerumu/Wasynth";
|
||||
license = with lib.licenses; [ gpl3Only ];
|
||||
maintainers = with lib.maintainers; [ wackbyte ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user