From f94a806c4a91af4ef403b8202129eabfa47cba46 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Fri, 27 May 2016 15:44:29 +0200 Subject: 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. --- pkgs/development/compilers/rgbds/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/compilers/rgbds') diff --git a/pkgs/development/compilers/rgbds/default.nix b/pkgs/development/compilers/rgbds/default.nix index 827dd774e788d..7233cceca0590 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; }; } -- cgit 1.4.1