From d307bbb698c8256a86b92ac96ee04ca91b52274d Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Sun, 1 Jan 2023 22:24:12 +0100 Subject: [PATCH] burp: adopt maintainership from tokudan --- pkgs/tools/backup/burp/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/backup/burp/default.nix b/pkgs/tools/backup/burp/default.nix index effe0670d801..eef8491b3835 100644 --- a/pkgs/tools/backup/burp/default.nix +++ b/pkgs/tools/backup/burp/default.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation rec { description = "BURP - BackUp and Restore Program"; homepage = "https://burp.grke.org"; license = licenses.agpl3; - maintainers = with maintainers; [ tokudan ]; + maintainers = with maintainers; [ arjan-s ]; platforms = platforms.all; }; }