summary refs log tree commit diff
path: root/pkgs/servers/dante/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/dante/default.nix')
-rw-r--r--pkgs/servers/dante/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/dante/default.nix b/pkgs/servers/dante/default.nix
index c36ca2f8f50..6be80c491fd 100644
--- a/pkgs/servers/dante/default.nix
+++ b/pkgs/servers/dante/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   dontAddDisableDepTrack = stdenv.isDarwin;
 
   meta = with stdenv.lib; {
-    description = "A circuit-level SOCKS client/server that can be used to provide convenient and secure network connectivity.";
+    description = "A circuit-level SOCKS client/server that can be used to provide convenient and secure network connectivity";
     homepage    = "https://www.inet.no/dante/";
     maintainers = [ maintainers.arobyn ];
     license     = licenses.bsdOriginal;