about summary refs log tree commit diff
path: root/pkgs/applications/editors/texmaker/default.nix
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2019-02-09 20:48:39 +0100
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2019-02-09 20:48:39 +0100
commitb08932ad6c2a9e8782b6e289c583c346e3ef2faa (patch)
tree5dab5ec77b169c5177802b78c0316af32d49b1c5 /pkgs/applications/editors/texmaker/default.nix
parent64825dfd26ace38ffa2c0de971a5fafb87fdfd30 (diff)
downloadnixlib-b08932ad6c2a9e8782b6e289c583c346e3ef2faa.tar
nixlib-b08932ad6c2a9e8782b6e289c583c346e3ef2faa.tar.gz
nixlib-b08932ad6c2a9e8782b6e289c583c346e3ef2faa.tar.bz2
nixlib-b08932ad6c2a9e8782b6e289c583c346e3ef2faa.tar.lz
nixlib-b08932ad6c2a9e8782b6e289c583c346e3ef2faa.tar.xz
nixlib-b08932ad6c2a9e8782b6e289c583c346e3ef2faa.tar.zst
nixlib-b08932ad6c2a9e8782b6e289c583c346e3ef2faa.zip
texmaker: add markuskowa as maintainer
Diffstat (limited to 'pkgs/applications/editors/texmaker/default.nix')
-rw-r--r--pkgs/applications/editors/texmaker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/texmaker/default.nix b/pkgs/applications/editors/texmaker/default.nix
index 036bd8e546c4..79ece9d62a98 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 ];
   };
 }