Skip to content

Commit

Permalink
brave: refactor
Browse files Browse the repository at this point in the history
Co-authored-by: Weijia Wang <[email protected]>
  • Loading branch information
thedaringdev and wegank committed Apr 2, 2024
1 parent bd518ad commit b1ea647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/brave/make-brave.nix
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ stdenv.mkDerivation {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ uskudnik rht jefflabonte nasirhm buckley310 ];
platforms = [ platform ];
platforms = [ "aarch64-linux" "x86_64-linux" ];
mainProgram = "brave";
};
}

0 comments on commit b1ea647

Please sign in to comment.