alacritty-graphics: Make afh a maintainer

This commit is contained in:
Alexis Hildebrandt
2025-10-25 20:15:15 +02:00
parent eb8fc2e6e9
commit 41172b3f67
+11 -4
View File
@@ -151,10 +151,17 @@ rustPlatform.buildRustPackage (finalAttrs: {
"https://github.com/ayosec/alacritty";
license = lib.licenses.asl20;
mainProgram = "alacritty";
maintainers = with lib.maintainers; [
Br1ght0ne
rvdp
];
maintainers =
with lib.maintainers;
if !withGraphics then
[
Br1ght0ne
rvdp
]
else
[
afh
];
platforms = lib.platforms.unix;
changelog =
if !withGraphics then