summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-08-12 00:41:21 +0200
committerGitHub <noreply@github.com>2023-08-11 18:41:21 -0400
commit3d1703e5767fd0612e66e7e39b15670b3e983869 (patch)
tree422f9e5b3d52d325b6d37c2b99b6aa101438871d /pkgs/development/tools/rust/cargo-llvm-cov/default.nix
parent2f8b9bd4b782bfda235b47ba3270f171bc4795e7 (diff)
treewide: add matthiasbeyer to a bunch of packages (#248566)
Diffstat (limited to 'pkgs/development/tools/rust/cargo-llvm-cov/default.nix')
-rw-r--r--pkgs/development/tools/rust/cargo-llvm-cov/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
index 681242cbf898b..b1cb0c3005523 100644
--- a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
+++ b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
@@ -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 ];
+    maintainers = with lib.maintainers; [ wucke13 matthiasbeyer ];
   };
 }