treewide: largely remove danth from maintainers (#538448)
This commit is contained in:
@@ -327,7 +327,6 @@ in
|
||||
};
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
danth
|
||||
linsui
|
||||
];
|
||||
}
|
||||
|
||||
@@ -202,7 +202,6 @@ in
|
||||
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
bhankas
|
||||
danth
|
||||
ramblurr
|
||||
];
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ buildGoModule (finalAttrs: {
|
||||
description = "Convert images into ASCII art on the console";
|
||||
homepage = "https://github.com/TheZoraiz/ascii-image-converter#readme";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ danth ];
|
||||
maintainers = [ ];
|
||||
mainProgram = "ascii-image-converter";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -83,7 +83,6 @@ rustPlatform.buildRustPackage (
|
||||
mainProgram = "hx";
|
||||
maintainers = with lib.maintainers; [
|
||||
aciceri
|
||||
danth
|
||||
yusdacra
|
||||
];
|
||||
};
|
||||
|
||||
@@ -67,7 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
maintainers = with lib.maintainers; [
|
||||
ramblurr
|
||||
bhankas
|
||||
danth
|
||||
ramblurr
|
||||
];
|
||||
|
||||
|
||||
@@ -65,7 +65,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
changelog = "https://github.com/starship/starship/releases/tag/v${finalAttrs.version}";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [
|
||||
danth
|
||||
Frostman
|
||||
da157
|
||||
sigmasquadron
|
||||
|
||||
Reference in New Issue
Block a user