summary refs log tree commit diff
path: root/pkgs/servers/http/unit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/unit/default.nix')
-rw-r--r--pkgs/servers/http/unit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/unit/default.nix b/pkgs/servers/http/unit/default.nix
index 27f45fe6e47..cbe17cdb806 100644
--- a/pkgs/servers/http/unit/default.nix
+++ b/pkgs/servers/http/unit/default.nix
@@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
   passthru.tests.unit-php = nixosTests.unit-php;
 
   meta = {
-    description = "Dynamic web and application server, designed to run applications in multiple languages.";
+    description = "Dynamic web and application server, designed to run applications in multiple languages";
     homepage    = "https://unit.nginx.org/";
     license     = licenses.asl20;
     platforms   = platforms.linux;