From 1682bd707a8e94b92866f802fdbfb5cc093d37b0 Mon Sep 17 00:00:00 2001 From: "Travis B. Hartwell" Date: Sat, 20 Jun 2015 12:43:10 -0600 Subject: electron: Added myself as maintainer. Per https://github.com/NixOS/nixpkgs/pull/8422#issuecomment-113695261 --- lib/maintainers.nix | 1 + pkgs/development/tools/electron/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/maintainers.nix b/lib/maintainers.nix index 10036c193604..7c47e7249383 100644 --- a/lib/maintainers.nix +++ b/lib/maintainers.nix @@ -226,6 +226,7 @@ thoughtpolice = "Austin Seipp "; titanous = "Jonathan Rudenberg "; tomberek = "Thomas Bereknyei "; + travisbhartwell = "Travis B. Hartwell "; trino = "Hubert Mühlhans "; tstrobel = "Thomas Strobel "; ttuegel = "Thomas Tuegel "; 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" ]; }; } -- cgit 1.4.1