summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2020-03-09 12:21:41 -0400
committerKevin Cox <kevincox@kevincox.ca>2020-03-13 08:58:38 -0400
commite46fd9239e8de4e6986aa19e17c48c4e87cccbad (patch)
treef175ceb2ad0a90cd2fb6bc6da46683745ef3e61f
parent54c34f74fc3672ce9161bcf5ca3823df62d6d4a5 (diff)
downloadnixpkgs-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar
nixpkgs-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.gz
nixpkgs-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.bz2
nixpkgs-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.lz
nixpkgs-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.xz
nixpkgs-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.zst
nixpkgs-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.zip
mesos: Remove kevincox as maintainer.
kevincox no longer uses mesos so is not a suitable maintainer.
-rw-r--r--pkgs/applications/networking/cluster/marathon/default.nix2
-rw-r--r--pkgs/applications/networking/cluster/mesos/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/marathon/default.nix b/pkgs/applications/networking/cluster/marathon/default.nix
index 72bd82be6c1..b7decc0c141 100644
--- a/pkgs/applications/networking/cluster/marathon/default.nix
+++ b/pkgs/applications/networking/cluster/marathon/default.nix
@@ -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;
   };
 }
diff --git a/pkgs/applications/networking/cluster/mesos/default.nix b/pkgs/applications/networking/cluster/mesos/default.nix
index 1ad30335b94..ec152fdc464 100644
--- a/pkgs/applications/networking/cluster/mesos/default.nix
+++ b/pkgs/applications/networking/cluster/mesos/default.nix
@@ -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;
   };
 }