Merge pull request #28705 from rushmorem/marathon

marathon: remove myself from maintainers

authored by Rushmore Mushambi and committed by GitHub 7312bd1c 9f25e695

+1 -1
+1 -1
pkgs/applications/networking/cluster/marathon/default.nix
··· 24 24 homepage = https://mesosphere.github.io/marathon; 25 25 description = "Cluster-wide init and control system for services in cgroups or Docker containers"; 26 26 license = licenses.asl20; 27 - maintainers = with maintainers; [ rushmorem kamilchm kevincox pradeepchhetri ]; 27 + maintainers = with maintainers; [ kamilchm kevincox pradeepchhetri ]; 28 28 platforms = platforms.linux; 29 29 }; 30 30 }