summary refs log tree commit diff
path: root/pkgs/tools/networking/spiped
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/spiped')
-rw-r--r--pkgs/tools/networking/spiped/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/spiped/default.nix b/pkgs/tools/networking/spiped/default.nix
index 2fec2ac1bd5..b50d619b437 100644
--- a/pkgs/tools/networking/spiped/default.nix
+++ b/pkgs/tools/networking/spiped/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = {
-    description = "utility for secure encrypted channels between sockets";
+    description = "Utility for secure encrypted channels between sockets";
     homepage    = "https://www.tarsnap.com/spiped.html";
     license     = stdenv.lib.licenses.bsd2;
     platforms   = stdenv.lib.platforms.unix;