about summary refs log tree commit diff
path: root/pkgs/servers/http/unit
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2020-10-11 12:55:05 +0700
committerJon <jonringer@users.noreply.github.com>2020-10-17 08:22:31 -0700
commit683a87dbeb5cbf7a97fc8093836d3691e79780a1 (patch)
tree92d1b47f09af5aea2470a254e452f4da60dbd4cc /pkgs/servers/http/unit
parentea04f8482978505571543eb6f406c9ca652c71e3 (diff)
downloadnixlib-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar
nixlib-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.gz
nixlib-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.bz2
nixlib-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.lz
nixlib-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.xz
nixlib-683a87dbeb5cbf7a97fc8093836d3691e79780a1.tar.zst
nixlib-683a87dbeb5cbf7a97fc8093836d3691e79780a1.zip
treewide: remove periods from end of package descriptions
Diffstat (limited to 'pkgs/servers/http/unit')
-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 27f45fe6e479..cbe17cdb8064 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;