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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user