summary refs log tree commit diff
path: root/pkgs/servers/http/micro-httpd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/micro-httpd/default.nix')
-rw-r--r--pkgs/servers/http/micro-httpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/micro-httpd/default.nix b/pkgs/servers/http/micro-httpd/default.nix
index ba7c69ef7dbf..02cf49854ac8 100644
--- a/pkgs/servers/http/micro-httpd/default.nix
+++ b/pkgs/servers/http/micro-httpd/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     homepage    = "http://acme.com/software/micro_httpd/";
-    description = "a really small HTTP server";
+    description = "A really small HTTP server";
     license     = licenses.bsd2;
     platforms   = platforms.unix;
     maintainers = with maintainers; [ copumpkin ];