Merge pull request #82160 from NixOS/kevincox-mesos-maintainer
mesos: Remove kevincox as maintainer.
This commit is contained in:
commit
4aaf186cc8
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://mesosphere.github.io/marathon;
|
||||
description = "Cluster-wide init and control system for services in cgroups or Docker containers";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ kamilchm kevincox pradeepchhetri ];
|
||||
maintainers = with maintainers; [ kamilchm pradeepchhetri ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -256,7 +256,7 @@ in stdenv.mkDerivation rec {
|
||||
homepage = "http://mesos.apache.org";
|
||||
license = licenses.asl20;
|
||||
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
|
||||
maintainers = with maintainers; [ cstrahan kevincox offline ];
|
||||
maintainers = with maintainers; [ cstrahan offline ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user