about summary refs log tree commit diff
path: root/pkgs/applications/system/zxfer/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/system/zxfer/default.nix')
-rw-r--r--pkgs/applications/system/zxfer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/system/zxfer/default.nix b/pkgs/applications/system/zxfer/default.nix
index 855be7bc3be08..802688cad5837 100644
--- a/pkgs/applications/system/zxfer/default.nix
+++ b/pkgs/applications/system/zxfer/default.nix
@@ -77,7 +77,7 @@ resholve.mkDerivation rec {
   };
 
   meta = with lib; {
-    description = "A popular script for managing ZFS snapshot replication";
+    description = "Popular script for managing ZFS snapshot replication";
     homepage = "https://github.com/allanjude/zxfer";
     changelog = "https://github.com/allanjude/zxfer/releases/tag/v${version}";
     license = licenses.bsd2;