mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-24 12:17:50 +00:00
Change Facebook -> Meta Platforms in Cargo.toml files
Reviewed By: johnhurt Differential Revision: D36727976 fbshipit-source-id: 0449545ee3fb2faf4febcdec0be1d5940af5e937
This commit is contained in:
parent
1bbfa8a5a2
commit
d16ca7d7c0
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[package]
|
||||
name = "reverie-process"
|
||||
version = "0.1.0"
|
||||
authors = ["Facebook"]
|
||||
authors = ["Meta Platforms"]
|
||||
edition = "2021"
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[package]
|
||||
name = "reverie-ptrace"
|
||||
version = "0.1.0"
|
||||
authors = ["Facebook"]
|
||||
authors = ["Meta Platforms"]
|
||||
edition = "2021"
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[package]
|
||||
name = "reverie-syscalls"
|
||||
version = "0.1.0"
|
||||
authors = ["Facebook"]
|
||||
authors = ["Meta Platforms"]
|
||||
edition = "2021"
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[package]
|
||||
name = "reverie-util"
|
||||
version = "0.1.0"
|
||||
authors = ["Facebook"]
|
||||
authors = ["Meta Platforms"]
|
||||
edition = "2021"
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[package]
|
||||
name = "reverie"
|
||||
version = "0.1.0"
|
||||
authors = ["Facebook"]
|
||||
authors = ["Meta Platforms"]
|
||||
edition = "2021"
|
||||
license = "BSD-2-Clause"
|
||||
|
||||
|
|
Loading…
Reference in a new issue