Change Facebook -> Meta Platforms in Cargo.toml files

Reviewed By: johnhurt

Differential Revision: D36727976

fbshipit-source-id: 0449545ee3fb2faf4febcdec0be1d5940af5e937
This commit is contained in:
Jason White 2022-05-27 10:20:35 -07:00 committed by Facebook GitHub Bot
parent 1bbfa8a5a2
commit d16ca7d7c0
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
[package]
name = "reverie-examples"
version = "0.1.0"
authors = ["Facebook"]
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"
publish = false

View file

@ -3,7 +3,7 @@
[package]
name = "reverie-process"
version = "0.1.0"
authors = ["Facebook"]
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"

View file

@ -3,7 +3,7 @@
[package]
name = "reverie-ptrace"
version = "0.1.0"
authors = ["Facebook"]
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"

View file

@ -3,7 +3,7 @@
[package]
name = "reverie-syscalls"
version = "0.1.0"
authors = ["Facebook"]
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"

View file

@ -3,7 +3,7 @@
[package]
name = "reverie-util"
version = "0.1.0"
authors = ["Facebook"]
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"

View file

@ -3,7 +3,7 @@
[package]
name = "reverie"
version = "0.1.0"
authors = ["Facebook"]
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"