From 2556ba08eef139bc7f4d51b049f50320f5fa8568 Mon Sep 17 00:00:00 2001 From: Winter Date: Sat, 14 Jan 2023 15:27:25 -0500 Subject: [PATCH] xivlauncher: remove ashkitten as maintainer Requested in https://github.com/NixOS/nixpkgs/pull/210737#issuecomment-1382894954 --- 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 7e1645b8af0e..0fe7981f9651 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 witchof0x20 ]; + maintainers = with maintainers; [ sersorrel witchof0x20 ]; platforms = [ "x86_64-linux" ]; mainProgram = "XIVLauncher.Core"; };