summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers
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
parente4832c754114c5660909546ac749475bf63ff06e (diff)
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')
-rw-r--r--pkgs/development/compilers/emscripten-fastcomp/default.nix2
-rw-r--r--pkgs/development/compilers/emscripten/default.nix2
-rw-r--r--pkgs/development/compilers/rgbds/default.nix2
-rw-r--r--pkgs/development/compilers/wla-dx/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/compilers/emscripten-fastcomp/default.nix b/pkgs/development/compilers/emscripten-fastcomp/default.nix
index 2de1f4dd9bd9..9c540b0c10eb 100644
--- a/pkgs/development/compilers/emscripten-fastcomp/default.nix
+++ b/pkgs/development/compilers/emscripten-fastcomp/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/kripken/emscripten-fastcomp;
description = "emscripten llvm";
platforms = platforms.all;
- maintainers = with maintainers; [ qknight /*matthewbauer (undefined) */ ];
+ maintainers = with maintainers; [ qknight matthewbauer ];
license = stdenv.lib.licenses.ncsa;
};
}
diff --git a/pkgs/development/compilers/emscripten/default.nix b/pkgs/development/compilers/emscripten/default.nix
index 51165ae3b6fe..c78808b81bce 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;
};
}
diff --git a/pkgs/development/compilers/rgbds/default.nix b/pkgs/development/compilers/rgbds/default.nix
index 827dd774e788..7233cceca059 100644
--- a/pkgs/development/compilers/rgbds/default.nix
+++ b/pkgs/development/compilers/rgbds/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.anjbe.name/rgbds/";
description = "An assembler/linker package that produces Game Boy programs";
license = licenses.free;
- maintainers = with maintainers; [ mbauer ];
+ maintainers = with maintainers; [ matthewbauer ];
platforms = platforms.all;
};
}
diff --git a/pkgs/development/compilers/wla-dx/default.nix b/pkgs/development/compilers/wla-dx/default.nix
index 535868bee3ba..f01d93cafd6c 100644
--- a/pkgs/development/compilers/wla-dx/default.nix
+++ b/pkgs/development/compilers/wla-dx/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "http://www.villehelin.com/wla.html";
description = "Yet Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 Multi Platform Cross Assembler Package";
license = licenses.gpl2;
- maintainers = with maintainers; [ mbauer ];
+ maintainers = with maintainers; [ matthewbauer ];
platforms = platforms.all;
};
}