about summary refs log tree commit diff
path: root/pkgs/development/tools/electron
diff options
context:
space:
mode:
authorTravis B. Hartwell <nafai@travishartwell.net>2015-06-20 12:43:10 -0600
committerTravis B. Hartwell <nafai@travishartwell.net>2015-06-20 12:43:10 -0600
commit1682bd707a8e94b92866f802fdbfb5cc093d37b0 (patch)
tree6b9d7cd70cf8ea69962661c197d55763b4614f47 /pkgs/development/tools/electron
parentcaa216b640a78e04615f529adecd1374344205e6 (diff)
downloadnixlib-1682bd707a8e94b92866f802fdbfb5cc093d37b0.tar
nixlib-1682bd707a8e94b92866f802fdbfb5cc093d37b0.tar.gz
nixlib-1682bd707a8e94b92866f802fdbfb5cc093d37b0.tar.bz2
nixlib-1682bd707a8e94b92866f802fdbfb5cc093d37b0.tar.lz
nixlib-1682bd707a8e94b92866f802fdbfb5cc093d37b0.tar.xz
nixlib-1682bd707a8e94b92866f802fdbfb5cc093d37b0.tar.zst
nixlib-1682bd707a8e94b92866f802fdbfb5cc093d37b0.zip
electron: Added myself as maintainer.
Per https://github.com/NixOS/nixpkgs/pull/8422#issuecomment-113695261
Diffstat (limited to 'pkgs/development/tools/electron')
-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" ];
   };
 }