about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorgoibhniu <cillian.deroiste@gmail.com>2015-12-13 11:13:31 +0100
committergoibhniu <cillian.deroiste@gmail.com>2015-12-13 11:13:31 +0100
commit322b6bd60cbe71bd006440b12b4dff525aaa754f (patch)
tree17561a478e8a8ed79ea316a2dee51fcd42609a99 /pkgs/applications
parentfb37fc631ae299ed5f2d515b420cef13bb0e2a26 (diff)
parentf01c56f109fee28b282f7eb71ad0398157986865 (diff)
Merge pull request #11656 from enolan/master
Remove Echo Nolan from maintainers
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
index fbf8f95a38824..7148764b2233c 100644
--- a/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
+++ b/pkgs/applications/networking/browsers/mozilla-plugins/flashplayer-11/default.nix
@@ -91,6 +91,6 @@ stdenv.mkDerivation {
     description = "Adobe Flash Player browser plugin";
     homepage = http://www.adobe.com/products/flashplayer/;
     license = stdenv.lib.licenses.unfree;
-    maintainers = [ stdenv.lib.maintainers.enolan ];
+    maintainers = [];
   };
 }