raycast: add maintainer donteatoreo

This commit is contained in:
DontEatOreo 2024-04-14 18:17:03 +03:00
parent 0951eef380
commit 8c11ab639a
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "https://raycast.app/";
license = with licenses; [ unfree ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
maintainers = with maintainers; [ lovesegfault stepbrobd ];
maintainers = with maintainers; [ lovesegfault stepbrobd donteatoreo ];
platforms = [ "aarch64-darwin" "x86_64-darwin" ];
};
})