summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/backup/bdsync/default.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-24 06:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-24 06:20:00 +0000
commit42f4e77d305240baf4d444e1abfa4f339277007f (patch)
treec6b107764494f1626c679d7a590cb78f515ebc6e /pkgs/tools/backup/bdsync/default.nix
parent7ee668c4e91b3b6dcecf42479b6828620270ea36 (diff)
bdsync: update homepage
Diffstat (limited to 'pkgs/tools/backup/bdsync/default.nix')
-rw-r--r--pkgs/tools/backup/bdsync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/bdsync/default.nix b/pkgs/tools/backup/bdsync/default.nix
index 72435974349e..bf3afacb9496 100644
--- a/pkgs/tools/backup/bdsync/default.nix
+++ b/pkgs/tools/backup/bdsync/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Fast block device synchronizing tool";
- homepage = "https://github.com/TargetHolding/bdsync";
+ homepage = "https://github.com/rolffokkens/bdsync";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ jluttine ];