From 9eac601f774992b2645669461c172dca3e8b8cf3 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 15 Oct 2020 19:11:41 +0300 Subject: [PATCH] tectonic: add @doronbehar to maintainers --- pkgs/tools/typesetting/tectonic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/tectonic/default.nix b/pkgs/tools/typesetting/tectonic/default.nix index 34060ffb053..41aadad1ff1 100644 --- a/pkgs/tools/typesetting/tectonic/default.nix +++ b/pkgs/tools/typesetting/tectonic/default.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { description = "Modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive"; homepage = "https://tectonic-typesetting.github.io/"; license = with licenses; [ mit ]; - maintainers = [ maintainers.lluchs ]; + maintainers = [ maintainers.lluchs maintainers.doronbehar ]; }; }