about summary refs log tree commit diff
path: root/pkgs/games/worldofgoo/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-09-12 19:06:44 +0200
committerVladimír Čunát <v@cunat.cz>2023-09-12 19:06:44 +0200
commit300eaad172fef6365ffd06d3816c2e6377c46311 (patch)
treeb877cef4af6268503496fe59cc0f72a36da32b9f /pkgs/games/worldofgoo/default.nix
parentbc6f47f644cc42eed1fab8d0e16bb4ce32833f52 (diff)
parentb874fb56d0f07a0ff88fcdc17e0001760ca89556 (diff)
downloadnixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.gz
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.bz2
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.lz
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.xz
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.tar.zst
nixlib-300eaad172fef6365ffd06d3816c2e6377c46311.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/games/worldofgoo/default.nix')
-rw-r--r--pkgs/games/worldofgoo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/worldofgoo/default.nix b/pkgs/games/worldofgoo/default.nix
index 00a8af6d8b70..4b38c86fbdce 100644
--- a/pkgs/games/worldofgoo/default.nix
+++ b/pkgs/games/worldofgoo/default.nix
@@ -70,6 +70,6 @@ stdenv.mkDerivation rec {
     homepage = "https://worldofgoo.com";
     license = licenses.unfree;
     platforms = [ "i686-linux" "x86_64-linux" ];
-    maintainers = with maintainers; [ jcumming maxeaubrey ];
+    maintainers = with maintainers; [ jcumming amaxine ];
   };
 }