electron: Added myself as maintainer.

Per https://github.com/NixOS/nixpkgs/pull/8422#issuecomment-113695261
This commit is contained in:
Travis B. Hartwell 2015-06-20 12:43:10 -06:00
parent caa216b640
commit 1682bd707a
2 changed files with 2 additions and 1 deletions

View file

@ -226,6 +226,7 @@
thoughtpolice = "Austin Seipp <aseipp@pobox.com>";
titanous = "Jonathan Rudenberg <jonathan@titanous.com>";
tomberek = "Thomas Bereknyei <tomberek@gmail.com>";
travisbhartwell = "Travis B. Hartwell <nafai@travishartwell.net>";
trino = "Hubert Mühlhans <muehlhans.hubert@ekodia.de>";
tstrobel = "Thomas Strobel <ts468@cam.ac.uk>";
ttuegel = "Thomas Tuegel <ttuegel@gmail.com>";

View file

@ -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" ];
};
}