treewide: largely remove danth from maintainers

I have not used most of these in a while, so have no interest in
maintaining them any more.
This commit is contained in:
Daniel Thwaites
2026-07-04 18:56:47 +01:00
parent a8e42fa705
commit 3bc78b00e8
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