_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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user