diff options
| author | Charles Hall <charles@computer.surgery> | 2022-11-16 14:22:19 -0800 |
|---|---|---|
| committer | Charles Hall <charles@computer.surgery> | 2023-09-10 15:58:14 -0700 |
| commit | 0bf98c46997e48e5e8e9ad651e52a30bae362d7b (patch) | |
| tree | 44a791dce4989e605a5cd5cd2e0587daf39abf4d | |
| parent | Merge pull request #254160 from johnhamelink/fix/spotify-player-darwin-depend... (diff) | |
| download | nixpkgs-0bf98c46997e48e5e8e9ad651e52a30bae362d7b.tar.gz | |
cargo-llvm-cov: add myself as a maintainer
| -rw-r--r-- | pkgs/development/tools/rust/cargo-llvm-cov/default.nix | 2 |
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 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 ]; }; } |
