xivlauncher: remove ashkitten as maintainer

Requested in https://github.com/NixOS/nixpkgs/pull/210737#issuecomment-1382894954
This commit is contained in:
Winter 2023-01-14 15:27:25 -05:00 committed by Jade
parent 95cd72f731
commit 2556ba08ee
No known key found for this signature in database
GPG Key ID: 80A1F76FC9F954AE

View File

@ -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";
};