about summary refs log tree commit diff
path: root/pkgs/applications/networking
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 /pkgs/applications/networking
parent54c34f74fc3672ce9161bcf5ca3823df62d6d4a5 (diff)
downloadnixlib-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar
nixlib-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.gz
nixlib-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.bz2
nixlib-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.lz
nixlib-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.xz
nixlib-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.tar.zst
nixlib-e46fd9239e8de4e6986aa19e17c48c4e87cccbad.zip
mesos: Remove kevincox as maintainer.
kevincox no longer uses mesos so is not a suitable maintainer.
Diffstat (limited to 'pkgs/applications/networking')
-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 72bd82be6c16..b7decc0c1413 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 1ad30335b94d..ec152fdc4648 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;
   };
 }