hk: add Br1ght0ne to maintainers

This commit is contained in:
Oleksii Filonenko
2026-07-08 15:57:54 +01:00
parent bac07bce88
commit baf9d2b1c9
+4 -1
View File
@@ -74,7 +74,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://hk.jdx.dev";
changelog = "https://github.com/jdx/hk/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ typedrat ];
maintainers = with lib.maintainers; [
typedrat
Br1ght0ne
];
mainProgram = "hk";
};
})