summary refs log tree commit diff
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
parent0347bd401951eff34b257ee5407f6f9470bb0788 (diff)
downloadnixpkgs-e0ee3a830ca9a1b1d8419ac92615d4bd530c3779.tar
nixpkgs-e0ee3a830ca9a1b1d8419ac92615d4bd530c3779.tar.gz
nixpkgs-e0ee3a830ca9a1b1d8419ac92615d4bd530c3779.tar.bz2
nixpkgs-e0ee3a830ca9a1b1d8419ac92615d4bd530c3779.tar.lz
nixpkgs-e0ee3a830ca9a1b1d8419ac92615d4bd530c3779.tar.xz
nixpkgs-e0ee3a830ca9a1b1d8419ac92615d4bd530c3779.tar.zst
nixpkgs-e0ee3a830ca9a1b1d8419ac92615d4bd530c3779.zip
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.
-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 cbbd86e0167..232108d8e9f 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;
   };