From 5fd1bffa3bbc2f30b1cbcbcc8244c3b8d4ff79b0 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Fri, 16 Oct 2020 16:21:36 +0200 Subject: [PATCH] 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. --- pkgs/tools/backup/borg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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