cargo-llvm-cov: add myself as a maintainer

This commit is contained in:
Charles Hall
2023-09-10 15:58:14 -07:00
parent 673d0e61a0
commit 0bf98c4699
@@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
library (e.g. fenix or rust-overlay)
'';
license = with lib.licenses; [ asl20 /* or */ mit ];
maintainers = with lib.maintainers; [ wucke13 matthiasbeyer ];
maintainers = with lib.maintainers; [ wucke13 matthiasbeyer CobaltCause ];
};
}