grimblast: add khaneliman maintainer

This commit is contained in:
Austin Horstman
2024-12-14 21:36:35 -06:00
parent f75eb91920
commit e0360b4881
+4 -1
View File
@@ -64,7 +64,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Helper for screenshots within Hyprland, based on grimshot";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ donovanglover ];
maintainers = with maintainers; [
donovanglover
khaneliman
];
mainProgram = "grimblast";
};
})