Merge pull request #143614 from ZJvandeWeg/zj-update-duplicity-homepage

duplicity: Update homepage URL

authored by Bobby Rong and committed by GitHub 99d9c828 b2ae9623

+1 -1
+1 -1
pkgs/tools/backup/duplicity/default.nix
··· 138 139 meta = with lib; { 140 description = "Encrypted bandwidth-efficient backup using the rsync algorithm"; 141 - homepage = "https://www.nongnu.org/duplicity"; 142 license = licenses.gpl2Plus; 143 platforms = platforms.unix; 144 };
··· 138 139 meta = with lib; { 140 description = "Encrypted bandwidth-efficient backup using the rsync algorithm"; 141 + homepage = "https://duplicity.gitlab.io/duplicity-web/"; 142 license = licenses.gpl2Plus; 143 platforms = platforms.unix; 144 };