summaryrefslogtreecommitdiffstats
path: root/pkgs/games
diff options
context:
space:
mode:
authorash <ash@sorrel.sh>2022-09-04 12:29:59 +0100
committerash <ash@sorrel.sh>2022-09-04 12:29:59 +0100
commitebafad7e76a58f4af0549b97d32bb781fd8a5233 (patch)
tree5aa9378c0c53a01585160d818648ddcb99b36ebc /pkgs/games
parent1b647bf9eb267c6c994138ae23febb00ffe68efe (diff)
xivlauncher: add sersorrel to maintainers
Diffstat (limited to 'pkgs/games')
-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" ];
};
}