raycast: sort meta

This commit is contained in:
DontEatOreo 2024-05-22 16:47:15 +03:00
parent 4ac7983d2c
commit 6a1d6150b9
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -51,8 +51,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Control your tools with a few keystrokes";
homepage = "https://raycast.app/";
license = with lib.licenses; [ unfree ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
maintainers = with lib.maintainers; [ lovesegfault stepbrobd donteatoreo ];
platforms = [ "aarch64-darwin" "x86_64-darwin" ];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
};
})