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

duplicity: Update homepage URL
This commit is contained in:
Bobby Rong 2021-10-29 17:46:24 +08:00 committed by GitHub
commit 99d9c8286f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};