summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers/meson
diff options
context:
space:
mode:
authorAlexey Shmalko <rasen.dubi@gmail.com>2020-04-29 16:52:29 +0300
committerAlexey Shmalko <rasen.dubi@gmail.com>2020-04-29 16:52:29 +0300
commit2364d98c6025d57cdf97d08d25f5956e396142e5 (patch)
tree82fbb8f1585d8de8ea6cd22b4c4735e4f012c5fc /pkgs/development/tools/build-managers/meson
parent8f43c5559812e9e4a4583a6ea6dd25fe1a3c191f (diff)
downloadnixpkgs-2364d98c6025d57cdf97d08d25f5956e396142e5.tar
nixpkgs-2364d98c6025d57cdf97d08d25f5956e396142e5.tar.gz
nixpkgs-2364d98c6025d57cdf97d08d25f5956e396142e5.tar.bz2
nixpkgs-2364d98c6025d57cdf97d08d25f5956e396142e5.tar.lz
nixpkgs-2364d98c6025d57cdf97d08d25f5956e396142e5.tar.xz
nixpkgs-2364d98c6025d57cdf97d08d25f5956e396142e5.tar.zst
nixpkgs-2364d98c6025d57cdf97d08d25f5956e396142e5.zip
meson: remove rasendubi from maintainers
I lagged behind meson changes and I can't provide good reviews or fix
meson issues. I am therefore resigning from meson maintainership.
Diffstat (limited to 'pkgs/development/tools/build-managers/meson')
-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 15b0a5ffcd0..0dbe9ec7842 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; [ jtojnar mbe rasendubi ];
+    maintainers = with maintainers; [ jtojnar mbe ];
     platforms = platforms.all;
   };
 }