summary refs log tree commit diff
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2023-01-14 15:27:25 -0500
committerJade <jade@witchof.space>2023-01-15 11:17:01 -0500
commit2556ba08eef139bc7f4d51b049f50320f5fa8568 (patch)
tree069e1efa230149ed4248fc8acaab0c17ad5c3a9d
parent95cd72f7315d092fccd8a5b7552f0376f61555d0 (diff)
downloadnixpkgs-2556ba08eef139bc7f4d51b049f50320f5fa8568.tar
nixpkgs-2556ba08eef139bc7f4d51b049f50320f5fa8568.tar.gz
nixpkgs-2556ba08eef139bc7f4d51b049f50320f5fa8568.tar.bz2
nixpkgs-2556ba08eef139bc7f4d51b049f50320f5fa8568.tar.lz
nixpkgs-2556ba08eef139bc7f4d51b049f50320f5fa8568.tar.xz
nixpkgs-2556ba08eef139bc7f4d51b049f50320f5fa8568.tar.zst
nixpkgs-2556ba08eef139bc7f4d51b049f50320f5fa8568.zip
xivlauncher: remove ashkitten as maintainer
Requested in https://github.com/NixOS/nixpkgs/pull/210737#issuecomment-1382894954
-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 7e1645b8af0..0fe7981f965 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";
     };