mesos: Remove kevincox as maintainer.
kevincox no longer uses mesos so is not a suitable maintainer.
This commit is contained in:
parent
54c34f74fc
commit
e46fd9239e
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://mesosphere.github.io/marathon;
|
homepage = https://mesosphere.github.io/marathon;
|
||||||
description = "Cluster-wide init and control system for services in cgroups or Docker containers";
|
description = "Cluster-wide init and control system for services in cgroups or Docker containers";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ kamilchm kevincox pradeepchhetri ];
|
maintainers = with maintainers; [ kamilchm pradeepchhetri ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -256,7 +256,7 @@ in stdenv.mkDerivation rec {
|
|||||||
homepage = "http://mesos.apache.org";
|
homepage = "http://mesos.apache.org";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
description = "A cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks";
|
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;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user