summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorZJ van de Weg <git@zjvandeweg.nl>2021-10-29 11:03:23 +0200
committerZJ van de Weg <git@zjvandeweg.nl>2021-10-29 11:03:23 +0200
commite0ee3a830ca9a1b1d8419ac92615d4bd530c3779 (patch)
tree8bbbe9f62fcf6ea689ab23ba0f05b7fc01be6ea5 /pkgs/tools/backup
parent0347bd401951eff34b257ee5407f6f9470bb0788 (diff)
duplicity: Update homepage URL
The URL was updated by the upstream project and the redirect wasn't working on my browser. This change updates it to fix it.
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/duplicity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/duplicity/default.nix b/pkgs/tools/backup/duplicity/default.nix
index cbbd86e01675..232108d8e9f2 100644
--- a/pkgs/tools/backup/duplicity/default.nix
+++ b/pkgs/tools/backup/duplicity/default.nix
@@ -138,7 +138,7 @@ pythonPackages.buildPythonApplication rec {
meta = with lib; {
description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
- homepage = "https://www.nongnu.org/duplicity";
+ homepage = "https://duplicity.gitlab.io/duplicity-web/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
};