_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.
This commit is contained in:
Luna Schwalbe
2026-03-13 17:19:37 +01:00
parent 24f7948c8d
commit 333ba9f7dc
+1 -1
View File
@@ -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;