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;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A deduplicating backup program (attic fork)";
|
description = "Deduplicating archiver with compression and encryption";
|
||||||
homepage = "https://www.borgbackup.org";
|
homepage = "https://www.borgbackup.org";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix; # Darwin and FreeBSD mentioned on homepage
|
platforms = platforms.unix; # Darwin and FreeBSD mentioned on homepage
|
||||||
|
Loading…
Reference in New Issue
Block a user