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
+1 -1
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;
};