about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/filesystems/btrfs-snap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/filesystems/btrfs-snap/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/filesystems/btrfs-snap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/tools/filesystems/btrfs-snap/default.nix b/nixpkgs/pkgs/tools/filesystems/btrfs-snap/default.nix
index e43380e6792e..efc2ddafa419 100644
--- a/nixpkgs/pkgs/tools/filesystems/btrfs-snap/default.nix
+++ b/nixpkgs/pkgs/tools/filesystems/btrfs-snap/default.nix
@@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation rec {
     ]}
   '';
   meta = with lib; {
-    description = "btrfs-snap creates and maintains the history of snapshots of btrfs filesystems.";
+    description = "Create and maintain the history of snapshots of btrfs filesystems";
     homepage = "https://github.com/jf647/btrfs-snap";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ lionello ];