From 70e88eb75df2d9120a6a0d6c68c49065a0cfea0b Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 13 May 2023 22:04:33 +0300 Subject: [PATCH] pplatex: Add doronbehar as maintainer --- pkgs/tools/typesetting/tex/pplatex/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/tex/pplatex/default.nix b/pkgs/tools/typesetting/tex/pplatex/default.nix index 355546d751cc..8e0c65bf346c 100644 --- a/pkgs/tools/typesetting/tex/pplatex/default.nix +++ b/pkgs/tools/typesetting/tex/pplatex/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation { "A tool to reformat the output of latex and friends into readable messages"; homepage = "https://github.com/stefanhepp/pplatex"; license = licenses.gpl3Plus; - maintainers = [ maintainers.srgom ]; + maintainers = [ maintainers.srgom maintainers.doronbehar ]; platforms = platforms.unix; }; }