about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorRushmore Mushambi <rushmore@webenchanter.com>2017-08-29 20:36:03 +0200
committerGitHub <noreply@github.com>2017-08-29 20:36:03 +0200
commit9f25e69567cb6418f672fd3ea0ec8fa81b37e560 (patch)
tree8cbd49e67ec117184a677e412bbbcc457bce2005 /pkgs/applications/networking/cluster
parenta12ad2a96107d70001bb39ab51249b1358f244da (diff)
parent0a12c4bc2a5ed269d07d036a1fcab821d1f484be (diff)
downloadnixlib-9f25e69567cb6418f672fd3ea0ec8fa81b37e560.tar
nixlib-9f25e69567cb6418f672fd3ea0ec8fa81b37e560.tar.gz
nixlib-9f25e69567cb6418f672fd3ea0ec8fa81b37e560.tar.bz2
nixlib-9f25e69567cb6418f672fd3ea0ec8fa81b37e560.tar.lz
nixlib-9f25e69567cb6418f672fd3ea0ec8fa81b37e560.tar.xz
nixlib-9f25e69567cb6418f672fd3ea0ec8fa81b37e560.tar.zst
nixlib-9f25e69567cb6418f672fd3ea0ec8fa81b37e560.zip
Merge pull request #28704 from rushmorem/mesos
mesos: remove myself from maintainers
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/mesos/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/mesos/default.nix b/pkgs/applications/networking/cluster/mesos/default.nix
index 65758fca6000..4c9753c1aac6 100644
--- a/pkgs/applications/networking/cluster/mesos/default.nix
+++ b/pkgs/applications/networking/cluster/mesos/default.nix
@@ -247,7 +247,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 rushmorem ];
+    maintainers = with maintainers; [ cstrahan kevincox offline ];
     platforms   = platforms.linux;
   };
 }