various: remove chewblacka as package maintainer

This commit is contained in:
John Garcia
2025-03-16 16:27:08 +05:30
committed by Masum Reza
parent e47e7cdaff
commit 0fb8e1a688
5 changed files with 2 additions and 5 deletions
@@ -158,7 +158,6 @@ python3.pkgs.buildPythonApplication rec {
joachifm
np
prusnak
chewblacka
];
mainProgram = "electrum";
};
@@ -78,7 +78,6 @@ callPackage ./generic.nix {
maintainers = with maintainers; [
herberteuler
rafaelrc
chewblacka
];
platforms = [ "x86_64-linux" ];
};
-1
View File
@@ -90,7 +90,6 @@ perlPackages.buildPerlPackage rec {
homepage = "https://github.com/dave-theunsub/clamtk";
platforms = platforms.linux;
maintainers = with maintainers; [
chewblacka
ShamrockLee
];
};
+1 -1
View File
@@ -100,7 +100,7 @@ python3Packages.buildPythonApplication rec {
description = "Simple GUI for Linux OneDrive Client, with multi-account support";
mainProgram = "onedrivegui";
license = licenses.gpl3Only;
maintainers = with maintainers; [ chewblacka ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -173,7 +173,7 @@ stdenv.mkDerivation rec {
Linux kernels that provide EFI stub support.
'';
homepage = "http://refind.sourceforge.net/";
maintainers = with maintainers; [ chewblacka ];
maintainers = with maintainers; [ ];
platforms = [
"i686-linux"
"x86_64-linux"