diff --git a/lib/maintainers.nix b/lib/maintainers.nix index 10036c19360..7c47e724938 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 4589b07343b..b3867be6377 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" ]; }; }