treewide: largely remove danth from maintainers (#538448)

This commit is contained in:
Yohann Boniface
2026-07-05 20:49:07 +00:00
committed by GitHub
6 changed files with 1 additions and 6 deletions
-1
View File
@@ -327,7 +327,6 @@ in
};
meta.maintainers = with lib.maintainers; [
danth
linsui
];
}
-1
View File
@@ -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
];
};
-1
View File
@@ -67,7 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
ramblurr
bhankas
danth
ramblurr
];
-1
View File
@@ -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