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.
This commit is contained in:
parent
7ca4469122
commit
5fd1bffa3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue