about summary refs log tree commit diff
path: root/pkgs/games/mindustry
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-06-23 00:51:46 +0200
committerajs124 <git@ajs124.de>2022-06-29 00:52:12 +0200
commit99466ee39ebc0696e7fa79f0eaddee71819892eb (patch)
tree42bce54d8c36ef5079da69dc8dc9a9d3764b20a6 /pkgs/games/mindustry
parenteec156df9c7e1941564bedd625e0f7d176d3ac78 (diff)
maintainers: remove petabyteboy
github account deleted
Diffstat (limited to 'pkgs/games/mindustry')
-rw-r--r--pkgs/games/mindustry/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/mindustry/default.nix b/pkgs/games/mindustry/default.nix
index 9edc17f0bc080..680d341d335ba 100644
--- a/pkgs/games/mindustry/default.nix
+++ b/pkgs/games/mindustry/default.nix
@@ -204,7 +204,7 @@ stdenv.mkDerivation rec {
       binaryBytecode  # deps
     ];
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ fgaz petabyteboy ];
+    maintainers = with maintainers; [ fgaz ];
     platforms = platforms.x86_64;
     # Hash mismatch on darwin:
     # https://github.com/NixOS/nixpkgs/pull/105590#issuecomment-737120293