about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-03-11 13:53:15 +0100
committerGitHub <noreply@github.com>2020-03-11 13:53:15 +0100
commit9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67 (patch)
tree070865fa3f03ec0cc684ee120f7d0c5c87624963 /pkgs/development/tools
parent9d59f3803006e600790f0ccadb17b3a2e2657a68 (diff)
downloadnixlib-9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67.tar
nixlib-9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67.tar.gz
nixlib-9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67.tar.bz2
nixlib-9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67.tar.lz
nixlib-9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67.tar.xz
nixlib-9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67.tar.zst
nixlib-9c4f24a63e7cfe574ccc5a74b7f7b1b4b2444e67.zip
meson: add jtojnar to maintainers
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/meson/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/meson/default.nix b/pkgs/development/tools/build-managers/meson/default.nix
index f9f4c344e322..2930cc79374b 100644
--- a/pkgs/development/tools/build-managers/meson/default.nix
+++ b/pkgs/development/tools/build-managers/meson/default.nix
@@ -98,7 +98,7 @@ python3Packages.buildPythonApplication rec {
     homepage = https://mesonbuild.com;
     description = "SCons-like build system that use python as a front-end language and Ninja as a building backend";
     license = licenses.asl20;
-    maintainers = with maintainers; [ mbe rasendubi ];
+    maintainers = with maintainers; [ jtojnar mbe rasendubi ];
     platforms = platforms.all;
   };
 }