Merge pull request #324081 from zyansheep/patch-1

lunar-client: remove zyansheep from maintainers list
This commit is contained in:
éclairevoyant 2024-07-02 16:01:10 +00:00 committed by GitHub
commit e7820c00ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ appimageTools.wrapType2 rec {
homepage = "https://www.lunarclient.com/";
license = with licenses; [ unfree ];
mainProgram = "lunar-client";
maintainers = with maintainers; [ zyansheep Technical27 surfaceflinger ];
maintainers = with maintainers; [ Technical27 surfaceflinger ];
platforms = [ "x86_64-linux" ];
};
}