raycast: refactor license in meta

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

View File

@ -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 ];