rectangle: add meta.sourceProvenance

This commit is contained in:
Thiago Kenji Okada 2022-10-06 12:09:25 +01:00 committed by GitHub
parent 151446151e
commit 678fff8616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Move and resize windows in macOS using keyboard shortcuts or snap areas";
homepage = "https://rectangleapp.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = platforms.darwin;
maintainers = with maintainers; [ Enzime ];
license = licenses.mit;