Commit ab275327 authored by DontEatOreo's avatar DontEatOreo Committed by github-actions[bot]
Browse files

raycast: refactor license in meta

(cherry picked from commit a4a7de5e)
parent 8a44b628
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
  meta = {
    description = "Control your tools with a few keystrokes";
    homepage = "https://raycast.app/";
    license = with lib.licenses; [ unfree ];
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [ lovesegfault stepbrobd donteatoreo ];
    platforms = [ "aarch64-darwin" "x86_64-darwin" ];
    sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];