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.
This commit is contained in:
ZJ van de Weg 2021-10-29 11:03:23 +02:00
parent 0347bd4019
commit e0ee3a830c

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