summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-12 22:13:26 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-11-12 22:13:26 +0100
commitc1eb661271bf5c3e0baa7b32ebd9d455883d95d0 (patch)
treeab5d2940d1d554bffbe0e964f7a9d70e8e8b4d10 /pkgs/games
parentcbede4e908da717f45deb12cf47796e3170e9920 (diff)
parentb0e3e12d6c672ed87dd5a02501cc00c5412b1181 (diff)
downloadnixpkgs-c1eb661271bf5c3e0baa7b32ebd9d455883d95d0.tar
nixpkgs-c1eb661271bf5c3e0baa7b32ebd9d455883d95d0.tar.gz
nixpkgs-c1eb661271bf5c3e0baa7b32ebd9d455883d95d0.tar.bz2
nixpkgs-c1eb661271bf5c3e0baa7b32ebd9d455883d95d0.tar.lz
nixpkgs-c1eb661271bf5c3e0baa7b32ebd9d455883d95d0.tar.xz
nixpkgs-c1eb661271bf5c3e0baa7b32ebd9d455883d95d0.tar.zst
nixpkgs-c1eb661271bf5c3e0baa7b32ebd9d455883d95d0.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/brogue-ce/default.nix2
-rw-r--r--pkgs/games/brogue/default.nix2
-rw-r--r--pkgs/games/xivlauncher/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/brogue-ce/default.nix b/pkgs/games/brogue-ce/default.nix
index 7532be8d195..77e58ed5a1a 100644
--- a/pkgs/games/brogue-ce/default.nix
+++ b/pkgs/games/brogue-ce/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
     description = "A community-lead fork of the minimalist roguelike game Brogue";
     homepage = "https://github.com/tmewett/BrogueCE";
     license = licenses.agpl3;
-    maintainers = with maintainers; [ fgaz ];
+    maintainers = with maintainers; [ AndersonTorres fgaz ];
     platforms = platforms.all;
   };
 }
diff --git a/pkgs/games/brogue/default.nix b/pkgs/games/brogue/default.nix
index d7f5694bfb6..0cd3e779c56 100644
--- a/pkgs/games/brogue/default.nix
+++ b/pkgs/games/brogue/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     description = "A roguelike game";
     homepage = "https://sites.google.com/site/broguegame/";
     license = licenses.agpl3;
-    maintainers = [ ];
+    maintainers =  with maintainers; [ AndersonTorres fgaz ];
     platforms = [ "x86_64-linux" ];
   };
 }
diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix
index b88c3ac9477..0a621f625e8 100644
--- a/pkgs/games/xivlauncher/default.nix
+++ b/pkgs/games/xivlauncher/default.nix
@@ -71,7 +71,7 @@ in
 
     meta = with lib; {
       description = "Custom launcher for FFXIV";
-      homepage = "https://github.com/goatcorp/FFXIVQuickLauncher";
+      homepage = "https://github.com/goatcorp/XIVLauncher.Core";
       license = licenses.gpl3;
       maintainers = with maintainers; [ sersorrel witchof0x20 ];
       platforms = [ "x86_64-linux" ];