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

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