Skip to content

Commit 7d4576b

Browse files
committed
timeshift: fix meta.longDescription (the wrapper part)
1 parent 74fc7ef commit 7d4576b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/backup/timeshift/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ in
2525
meta = oldAttrs.meta // {
2626
description = oldAttrs.meta.description;
2727
longDescription = oldAttrs.meta.longDescription + ''
28-
This package comes with runtime dependencies of command utilities provided by rsync, coreutils, mount, umount, psmisc, cron and (optionally) btrfs.
29-
If you want to use the commands provided by the system, override the propagatedBuildInputs or use timeshift-minimal instead
28+
This package comes with runtime dependencies of command utilities provided by rsync, coreutils, mount, umount, psmisc, cron and btrfs.
29+
If you want to use the commands provided by the system, use timeshift-minimal instead.
3030
'';
3131
};
3232
})

0 commit comments

Comments
 (0)