various: remove chewblacka as package maintainer
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
|
||||
@@ -90,7 +90,6 @@ perlPackages.buildPerlPackage rec {
|
||||
homepage = "https://github.com/dave-theunsub/clamtk";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [
|
||||
chewblacka
|
||||
ShamrockLee
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user