about summary refs log tree commit diff
path: root/pkgs/tools/security/hash-identifier/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/hash-identifier/default.nix')
-rw-r--r--pkgs/tools/security/hash-identifier/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/hash-identifier/default.nix b/pkgs/tools/security/hash-identifier/default.nix
index 2f54d5e6904f5..0fe78a4a0db51 100644
--- a/pkgs/tools/security/hash-identifier/default.nix
+++ b/pkgs/tools/security/hash-identifier/default.nix
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
   '';
 
   meta = with lib; {
-    description = "Software to identify the different types of hashes used to encrypt data and especially passwords.";
+    description = "Identify the different types of hashes used to encrypt data and especially passwords";
     homepage = "https://github.com/blackploit/hash-identifier";
     license = licenses.gpl3Plus;
     platforms = platforms.unix;