Unverified Commit 0bf98c46 authored by Charles Hall's avatar Charles Hall
Browse files

cargo-llvm-cov: add myself as a maintainer

parent 673d0e61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}