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.
This commit is contained in:
Alexey Shmalko 2020-04-29 16:52:29 +03:00
parent 8f43c55598
commit 2364d98c60
No known key found for this signature in database
GPG Key ID: DCEF7BCCEB3066C3

View File

@ -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;
};
}