summary refs log tree commit diff
path: root/pkgs/development/compilers/emscripten
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-27 15:44:29 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-27 15:58:41 +0200
commitf94a806c4a91af4ef403b8202129eabfa47cba46 (patch)
tree6965eb22dc71fe83d9d7fd0b80508db8e823cc0d /pkgs/development/compilers/emscripten
parente4832c754114c5660909546ac749475bf63ff06e (diff)
downloadnixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.gz
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.bz2
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.lz
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.xz
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.zst
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.zip
properly fix the maintainer.matthewbauer problem
There was inconsisten usage of maintainers.matthewbauer and mbauer.
/cc @matthewbauer I chose the github identifier, as it's customary.
Diffstat (limited to 'pkgs/development/compilers/emscripten')
-rw-r--r--pkgs/development/compilers/emscripten/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/emscripten/default.nix b/pkgs/development/compilers/emscripten/default.nix
index 51165ae3b6f..c78808b81bc 100644
--- a/pkgs/development/compilers/emscripten/default.nix
+++ b/pkgs/development/compilers/emscripten/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
     homepage = https://github.com/kripken/emscripten;
     description = "An LLVM-to-JavaScript Compiler";
     platforms = platforms.all;
-    maintainers = with maintainers; [ qknight /*matthewbauer (undefined) */ ];
+    maintainers = with maintainers; [ qknight matthewbauer ];
     license = licenses.ncsa;
   };
 }