about summary refs log tree commit diff
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
parente4832c754114c5660909546ac749475bf63ff06e (diff)
downloadnixlib-f94a806c4a91af4ef403b8202129eabfa47cba46.tar
nixlib-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.gz
nixlib-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.bz2
nixlib-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.lz
nixlib-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.xz
nixlib-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.zst
nixlib-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.
-rw-r--r--lib/maintainers.nix2
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/maintainers.nix b/lib/maintainers.nix
index faa377b79872..5b517a76cd86 100644
--- a/lib/maintainers.nix
+++ b/lib/maintainers.nix
@@ -230,7 +230,7 @@
   matthiasbeyer = "Matthias Beyer <mail@beyermatthias.de>";
   maurer = "Matthew Maurer <matthew.r.maurer+nix@gmail.com>";
   mbakke = "Marius Bakke <ymse@tuta.io>";
-  mbauer = "Matthew Bauer <mjbauer95@gmail.com>";
+  matthewbauer = "Matthew Bauer <mjbauer95@gmail.com>";
   mbe = "Brandon Edens <brandonedens@gmail.com>";
   mboes = "Mathieu Boespflug <mboes@tweag.net>";
   mcmtroffaes = "Matthias C. M. Troffaes <matthias.troffaes@gmail.com>";
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;
   };
 }