summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/system/daemon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/daemon/default.nix')
-rw-r--r--pkgs/tools/system/daemon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/daemon/default.nix b/pkgs/tools/system/daemon/default.nix
index fb06247f9843..6763b476f303 100644
--- a/pkgs/tools/system/daemon/default.nix
+++ b/pkgs/tools/system/daemon/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
buildInputs = [ perl ];
meta = {
- description = "Daemon turns other process into daemons";
+ description = "Turns other processes into daemons";
longDescription = ''
Daemon turns other process into daemons. There are many tasks that need
to be performed to correctly set up a daemon process. This can be tedious.