cargo-deny: update description

Previous description was from cargo-about. Updated the description to
reflect the upstream.
This commit is contained in:
Nona
2025-04-05 10:06:25 +02:00
parent 499b7565e1
commit fb5c8a3155
+1 -1
View File
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
meta = with lib; {
description = "Cargo plugin to generate list of all licenses for a crate";
description = "Cargo plugin for linting your dependencies";
mainProgram = "cargo-deny";
homepage = "https://github.com/EmbarkStudios/cargo-deny";
changelog = "https://github.com/EmbarkStudios/cargo-deny/blob/${version}/CHANGELOG.md";