Commit fb5c8a31 authored by Nona's avatar Nona
Browse files

cargo-deny: update description

Previous description was from cargo-about. Updated the description to
reflect the upstream.
parent 499b7565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";