summary refs log tree commit diff
path: root/pkgs/tools/security/steghide/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/steghide/default.nix')
-rw-r--r--pkgs/tools/security/steghide/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/steghide/default.nix b/pkgs/tools/security/steghide/default.nix
index bc87c091a58..03e8c727022 100644
--- a/pkgs/tools/security/steghide/default.nix
+++ b/pkgs/tools/security/steghide/default.nix
@@ -7,7 +7,7 @@
 
     meta = with stdenv.lib; {
         homepage = http://steghide.sourceforge.net/;
-        description = "Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files.";
+        description = "Steganography program that is able to hide data in various kinds of image- and audio-files";
         license = licenses.gpl2;
     };