summary refs log tree commit diff
path: root/pkgs/development/compilers/rgbds
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 /pkgs/development/compilers/rgbds
parente4832c754114c5660909546ac749475bf63ff06e (diff)
downloadnixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.gz
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.bz2
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.lz
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.xz
nixpkgs-f94a806c4a91af4ef403b8202129eabfa47cba46.tar.zst
nixpkgs-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.
Diffstat (limited to 'pkgs/development/compilers/rgbds')
-rw-r--r--pkgs/development/compilers/rgbds/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/rgbds/default.nix b/pkgs/development/compilers/rgbds/default.nix
index 827dd774e78..7233cceca05 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;
   };
 }