cargo-deny: update description (#396246)

This commit is contained in:
Wolfgang Walther
2025-04-06 20:51:21 +00:00
committed by GitHub
+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";