about summary refs log tree commit diff
path: root/pkgs/servers/squid/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/squid/default.nix')
-rw-r--r--pkgs/servers/squid/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/squid/default.nix b/pkgs/servers/squid/default.nix
index e518d063dd45..7546fe37afe5 100644
--- a/pkgs/servers/squid/default.nix
+++ b/pkgs/servers/squid/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = {
-    description = "a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more";
+    description = "A caching proxy for the Web supporting HTTP, HTTPS, FTP, and more";
     homepage = "http://www.squid-cache.org";
     license = stdenv.lib.licenses.gpl2;
   };