bazelisk: add hythera as maintainer

This commit is contained in:
Hythera
2026-06-13 14:56:18 +02:00
parent 27d7c706bf
commit daf7407e4e
+3 -1
View File
@@ -32,6 +32,8 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/bazelbuild/bazelisk";
changelog = "https://github.com/bazelbuild/bazelisk/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [
hythera
];
};
})