Merge pull request #100729 from raboof/borgbackup-description

borgbackup: update description
This commit is contained in:
Daniël de Kok
2020-10-16 20:43:05 +02:00
committed by GitHub

View File

@@ -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