about summary refs log tree commit diff
path: root/pkgs/servers/http/dufs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/dufs/default.nix')
-rw-r--r--pkgs/servers/http/dufs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/dufs/default.nix b/pkgs/servers/http/dufs/default.nix
index 18296529570b6..e01c923e1cd2f 100644
--- a/pkgs/servers/http/dufs/default.nix
+++ b/pkgs/servers/http/dufs/default.nix
@@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
   '';
 
   meta = with lib; {
-    description = "A file server that supports static serving, uploading, searching, accessing control, webdav";
+    description = "File server that supports static serving, uploading, searching, accessing control, webdav";
     mainProgram = "dufs";
     homepage = "https://github.com/sigoden/dufs";
     changelog = "https://github.com/sigoden/dufs/blob/${src.rev}/CHANGELOG.md";