From 0bf98c46997e48e5e8e9ad651e52a30bae362d7b Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Wed, 16 Nov 2022 14:22:19 -0800 Subject: [PATCH] cargo-llvm-cov: add myself as a maintainer --- pkgs/development/tools/rust/cargo-llvm-cov/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix index 88b2f2e24406..1ca1784a3768 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 matthiasbeyer ]; + maintainers = with lib.maintainers; [ wucke13 matthiasbeyer CobaltCause ]; }; }