From b08932ad6c2a9e8782b6e289c583c346e3ef2faa Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Sat, 9 Feb 2019 20:48:39 +0100 Subject: [PATCH] texmaker: add markuskowa as maintainer --- pkgs/applications/editors/texmaker/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix index 036bd8e546c..79ece9d62a9 100644 --- a/pkgs/applications/editors/texmaker/default.nix +++ b/pkgs/applications/editors/texmaker/default.nix @@ -31,6 +31,6 @@ stdenv.mkDerivation rec { homepage = http://www.xm1math.net/texmaker/; license = licenses.gpl2Plus; platforms = platforms.linux; - maintainers = with maintainers; [ cfouche ]; + maintainers = with maintainers; [ cfouche markuskowa ]; }; }