summary refs log tree commit diff
path: root/pkgs/tools/security/stricat/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/stricat/default.nix')
-rw-r--r--pkgs/tools/security/stricat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/stricat/default.nix b/pkgs/tools/security/stricat/default.nix
index 64ebb4c0ca26..3dd00718af79 100644
--- a/pkgs/tools/security/stricat/default.nix
+++ b/pkgs/tools/security/stricat/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "multi-use cryptographic tool based on the STRIBOB algorithm";
+    description = "Multi-use cryptographic tool based on the STRIBOB algorithm";
     homepage    = "https://www.stribob.com/stricat/";
     license     = stdenv.lib.licenses.bsd3;
     platforms   = stdenv.lib.platforms.unix;