mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1920524: Set stylo repository links to https://github.com/servo/stylo (r=emilio)
Differential Revision: https://phabricator.services.mozilla.com/D224479
This commit is contained in:
parent
f8d973a079
commit
cd708dce14
@ -3,6 +3,7 @@ name = "malloc_size_of"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
|
@ -4,7 +4,7 @@ version = "0.25.0"
|
||||
authors = ["The Servo Project Developers"]
|
||||
documentation = "https://docs.rs/selectors/"
|
||||
description = "CSS Selectors matching for Rust"
|
||||
repository = "https://github.com/servo/servo"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
readme = "README.md"
|
||||
keywords = ["css", "selectors"]
|
||||
license = "MPL-2.0"
|
||||
|
@ -3,7 +3,7 @@ name = "servo_arc"
|
||||
version = "0.4.0"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/servo/servo"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
description = "A fork of std::sync::Arc with some extra functionality and without weak references"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -3,6 +3,7 @@ name = "style"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
publish = false
|
||||
|
||||
build = "build.rs"
|
||||
|
@ -3,6 +3,7 @@ name = "style_derive"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
|
@ -3,6 +3,7 @@ name = "style_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
|
@ -3,6 +3,7 @@ name = "to_shmem"
|
||||
version = "0.1.0"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
@ -3,6 +3,7 @@ name = "to_shmem_derive"
|
||||
version = "0.1.0"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/servo/stylo"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
Loading…
Reference in New Issue
Block a user