Unverified Commit aef1ae0b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

cargo-shear: update description (#493737)

parents 31542730 6f3b147f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  };

  meta = {
    description = "Detect and remove unused dependencies from Cargo.toml";
    description = "Detect and fix unused/misplaced dependencies from Cargo.toml";
    mainProgram = "cargo-shear";
    homepage = "https://github.com/Boshen/cargo-shear";
    changelog = "https://github.com/Boshen/cargo-shear/blob/v${finalAttrs.version}/CHANGELOG.md";