From 8398980c8acea5782bbdff0c03121e2f1af5d219 Mon Sep 17 00:00:00 2001 From: David McFarland Date: Wed, 27 Mar 2024 13:09:26 -0300 Subject: [PATCH] duplicity: add corngood as maintainer --- pkgs/tools/backup/duplicity/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/backup/duplicity/default.nix b/pkgs/tools/backup/duplicity/default.nix index 6e216341da9d..9ecc6f4d6e0c 100644 --- a/pkgs/tools/backup/duplicity/default.nix +++ b/pkgs/tools/backup/duplicity/default.nix @@ -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 ]; }; };