Various: remove chewblacka as maintainer (#522210)

This commit is contained in:
yaya
2026-05-20 13:30:31 +00:00
committed by GitHub
9 changed files with 7 additions and 19 deletions
-5
View File
@@ -4852,11 +4852,6 @@
githubId = 18648043;
name = "Daniel Cartwright";
};
chewblacka = {
github = "chewblacka";
githubId = 18430320;
name = "John Garcia";
};
Chili-Man = {
email = "dr.elhombrechile@gmail.com";
name = "Diego Rodriguez";
+1 -1
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Vanilla-OS/apx-gui";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ chewblacka ];
maintainers = [ ];
mainProgram = "apx-gui";
};
})
+1 -4
View File
@@ -115,10 +115,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/Vanilla-OS/apx";
changelog = "https://github.com/Vanilla-OS/apx/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
chewblacka
masrlinu
];
maintainers = with lib.maintainers; [ masrlinu ];
mainProgram = "apx";
};
})
+1 -1
View File
@@ -46,7 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Small binary that runs a list of commands in parallel and awaits termination";
homepage = "https://github.com/slavaGanzin/await";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ chewblacka ];
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "await";
};
@@ -99,7 +99,6 @@ buildFHSEnv {
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [
adam248
chewblacka
kaptcha0
];
};
+1 -1
View File
@@ -88,7 +88,7 @@ ocamlPackages.buildDunePackage rec {
'';
homepage = "https://github.com/darrenldl/docfd";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ chewblacka ];
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "docfd";
};
+1 -4
View File
@@ -65,10 +65,7 @@ perlPackages.buildPerlPackage rec {
license = lib.licenses.gpl3Plus;
homepage = "https://github.com/get-iplayer/get_iplayer";
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [
rika
chewblacka
];
maintainers = with lib.maintainers; [ rika ];
};
}
+1 -1
View File
@@ -39,7 +39,7 @@ appimageTools.wrapType2 {
meta = {
description = "Note-taking application focused on learning and productivity";
homepage = "https://remnote.com/";
maintainers = with lib.maintainers; [ chewblacka ];
maintainers = [ ];
license = lib.licenses.unfree;
platforms = [ "x86_64-linux" ];
mainProgram = "remnote";
+1 -1
View File
@@ -77,7 +77,7 @@ buildNpmPackage rec {
description = "Modern GUI video and audio downloader";
homepage = "https://github.com/aandrew-me/ytDownloader";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ chewblacka ];
maintainers = [ ];
platforms = lib.platforms.all;
mainProgram = "ytdownloader";
};