about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/electron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/electron/default.nix b/pkgs/development/tools/electron/default.nix
index 4589b07343b4..b3867be6377c 100644
--- a/pkgs/development/tools/electron/default.nix
+++ b/pkgs/development/tools/electron/default.nix
@@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
     description = "Cross platform desktop application shell";
     homepage = https://github.com/atom/electron;
     license = licenses.mit;
-    maintainers = [ maintainers.fluffynukeit ];
+    maintainers = [ maintainers.travisbhartwell ];
     platforms = [ "x86_64-linux" ];
   };
 }