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:58:41 +02:00
parent e4832c7541
commit f94a806c4a
5 changed files with 5 additions and 5 deletions
+1 -1
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;
};
}