From 95cd72f7315d092fccd8a5b7552f0376f61555d0 Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 15 Jan 2023 11:16:42 -0500 Subject: [PATCH] xivlauncher: add witchof0x20 as maintainer --- pkgs/games/xivlauncher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/xivlauncher/default.nix b/pkgs/games/xivlauncher/default.nix index a11a57f1d2bf..7e1645b8af0e 100644 --- a/pkgs/games/xivlauncher/default.nix +++ b/pkgs/games/xivlauncher/default.nix @@ -62,7 +62,7 @@ in description = "Custom launcher for FFXIV"; homepage = "https://github.com/goatcorp/FFXIVQuickLauncher"; license = licenses.gpl3; - maintainers = with maintainers; [ ashkitten sersorrel ]; + maintainers = with maintainers; [ ashkitten sersorrel witchof0x20 ]; platforms = [ "x86_64-linux" ]; mainProgram = "XIVLauncher.Core"; };