mesos: remove myself from maintainers

+1 -1
+1 -1
pkgs/applications/networking/cluster/mesos/default.nix
··· 247 247 homepage = "http://mesos.apache.org"; 248 248 license = licenses.asl20; 249 249 description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks"; 250 - maintainers = with maintainers; [ cstrahan kevincox offline rushmorem ]; 250 + maintainers = with maintainers; [ cstrahan kevincox offline ]; 251 251 platforms = platforms.linux; 252 252 }; 253 253 }