Move from rojo-rbx org to Roblox org

This commit is contained in:
Lucien Greathouse
2020-06-22 14:13:01 -07:00
parent 79ae4c52cd
commit 6b82cead9c
13 changed files with 110 additions and 108 deletions

View File

@@ -6,7 +6,7 @@ authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"
readme = "README.md"
license = "MIT"
homepage = "https://github.com/rojo-rbx/rojo/tree/master/memofs"
homepage = "https://github.com/Roblox/rojo/tree/master/memofs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -5,7 +5,7 @@ Implementation of a virtual filesystem with a configurable backend and file
watching.
memofs is currently an unstable minimum viable library. Its primary consumer is
[Rojo](https://github.com/rojo-rbx/rojo), a build system for Roblox.
[Rojo](https://github.com/Roblox/rojo), a build system for Roblox.
### Current Features
* API similar to `std::fs`
@@ -19,4 +19,4 @@ memofs is currently an unstable minimum viable library. Its primary consumer is
* Configurable caching (write-through, write-around, write-back)
## License
memofs is available under the terms of the MIT license. See [LICENSE.txt](LICENSE.txt) or <https://opensource.org/licenses/MIT> for more details.
memofs is available under the terms of the MIT license. See [LICENSE.txt](LICENSE.txt) or <https://opensource.org/licenses/MIT> for more details.

View File

@@ -3,7 +3,7 @@ Implementation of a virtual filesystem with a configurable backend and file
watching.
memofs is currently an unstable minimum viable library. Its primary consumer is
[Rojo](https://github.com/rojo-rbx/rojo), a build system for Roblox.
[Rojo](https://github.com/Roblox/rojo), a build system for Roblox.
## Current Features
* API similar to `std::fs`