summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-09-04 14:34:43 +0200
committerGitHub <noreply@github.com>2022-09-04 14:34:43 +0200
commita5255451c5576d2a8b30bca8d8848e3a77f463d8 (patch)
tree301407d80c0e2d1aa106fda083bd3909de59f015
parent2f54aad5e67454db9d130b876e6ce53f991c42ee (diff)
parentebafad7e76a58f4af0549b97d32bb781fd8a5233 (diff)
Merge pull request #189713 from sersorrel/xivlauncher-maintainer
-rw-r--r--pkgs/games/xivlauncher/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix
index e9f399e95a62..caba0beb3547 100644
--- a/pkgs/games/xivlauncher/default.nix
+++ b/pkgs/games/xivlauncher/default.nix
@@ -64,7 +64,7 @@ in
description = "Custom launcher for FFXIV";
homepage = "https://github.com/goatcorp/FFXIVQuickLauncher";
license = licenses.gpl3;
- maintainers = with maintainers; [ ashkitten ];
+ maintainers = with maintainers; [ ashkitten sersorrel ];
platforms = [ "x86_64-linux" ];
};
}