various: remove chewblacka as package maintainer

This commit is contained in:
John Garcia
2026-05-20 12:12:13 +01:00
parent 8e72e9888e
commit ea6f36a5fe
8 changed files with 7 additions and 14 deletions
+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";
};