From 9d22c5a51a07463869c48dba88013b4bca62e9b7 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 8 May 2022 04:20:00 +0000 Subject: [PATCH] ledger: add marsam to maintainers --- pkgs/applications/office/ledger/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/ledger/default.nix b/pkgs/applications/office/ledger/default.nix index 17b0a69e04a..83c47848bc4 100644 --- a/pkgs/applications/office/ledger/default.nix +++ b/pkgs/applications/office/ledger/default.nix @@ -62,6 +62,6 @@ stdenv.mkDerivation rec { ''; platforms = platforms.all; - maintainers = with maintainers; [ jwiegley ]; + maintainers = with maintainers; [ jwiegley marsam ]; }; }