aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-10-16 16:21:36 +0200
committerArnout Engelen <arnout@bzzt.net>2020-10-16 16:21:36 +0200
commit5fd1bffa3bbc2f30b1cbcbcc8244c3b8d4ff79b0 (patch)
tree46e4804f0d018d19acc7395745586e06f2e1cf4a /pkgs/tools/backup
parent7ca4469122ec00a16821b60131ef9e41fa0f6872 (diff)
borgbackup: update description
While it is true borg started as a fork of Attic, this is ancient history. 'attic fork' confused me, suggesting this was some custom fork of borgbackup instead of the regular version.
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/borg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/borg/default.nix b/pkgs/tools/backup/borg/default.nix
index 84da9c3fb576..7bfb9e573922 100644
--- a/pkgs/tools/backup/borg/default.nix
+++ b/pkgs/tools/backup/borg/default.nix
@@ -62,7 +62,7 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
meta = with stdenv.lib; {
- description = "A deduplicating backup program (attic fork)";
+ description = "Deduplicating archiver with compression and encryption";
homepage = "https://www.borgbackup.org";
license = licenses.bsd3;
platforms = platforms.unix; # Darwin and FreeBSD mentioned on homepage