oha: Adopt package as maintainer

This commit is contained in:
Jonathan Davies
2025-11-29 19:34:42 +00:00
parent 2879aa696e
commit d17ca8c82f
+1 -1
View File
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
homepage = "https://github.com/hatoo/oha";
changelog = "https://github.com/hatoo/oha/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = [ lib.maintainers.jpds ];
mainProgram = "oha";
};
})