about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-llvm-cov
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-03 21:40:00 -0500
committerfigsoda <figsoda@pm.me>2023-03-03 22:46:28 -0500
commit35081a77d56c84bea79bc810a825179357d68658 (patch)
tree1120a1fe43492c3a07cbd629cc96e91f1e9e4d90 /pkgs/development/tools/rust/cargo-llvm-cov
parentfcc10ee9a4891ea20194fa8178d55786439fd73a (diff)
cargo-llvm-cov: don't recommend nixpkgs-mozilla
Diffstat (limited to 'pkgs/development/tools/rust/cargo-llvm-cov')
-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 d8b94b298b106..5fabbd96c397a 100644
--- a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
+++ b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
     longDescription = ''
       In order for this to work, you either need to run `rustup component add llvm-
       tools-preview` or install the `llvm-tools-preview` component using your Nix
-      library (e.g. nixpkgs-mozilla, or rust-overlay)
+      library (e.g. fenix or rust-overlay)
     '';
     license = with lib.licenses; [ asl20 /* or */ mit ];
     maintainers = with lib.maintainers; [ wucke13 ];