duplicity: add corngood as maintainer

This commit is contained in:
David McFarland
2024-04-01 14:44:58 -03:00
parent a6ae6b07d7
commit 8398980c8a
+1 -1
View File
@@ -129,7 +129,7 @@ let self = python3.pkgs.buildPythonApplication rec {
description = "Encrypted bandwidth-efficient backup using the rsync algorithm";
homepage = "https://duplicity.gitlab.io/duplicity-web/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ corngood ];
};
};