Merge pull request #100729 from raboof/borgbackup-description
borgbackup: update description
This commit is contained in:
commit
f6fa3e7a4e
|
@ -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 New Issue