Unverified Commit 333ba9f7 authored by Luna Schwalbe's avatar Luna Schwalbe
Browse files

_7zz: add 7-zip to description for discoverability

At the moment, https://search.nixos.org does not include this package
in its results when searching for either "7zip" or "7-zip".
Since most users are more familiar with the name 7-Zip than the executable
7zz, we want to increase discoverability of this package.
parent 24f7948c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ stdenv.mkDerivation (finalAttrs: {
  };

  meta = {
    description = "Command line archiver utility";
    description = "Command line version of the 7-Zip archiver utility";
    homepage = "https://7-zip.org";
    license =
      with lib.licenses;