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
+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" ];
};
}