lunar-client: remove zyansheep from maintainers list

This commit is contained in:
Zyansheep
2024-07-02 11:30:23 -04:00
committed by GitHub
parent 0aeab74921
commit 6cf6e92fdc
+1 -1
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" ];
};
}