3
0
Fork 0
forked from mirrors/nixpkgs

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.
This commit is contained in:
Vladimír Čunát 2016-05-27 15:44:29 +02:00
parent e4832c7541
commit f94a806c4a
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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