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:
Nico Burns 2024-10-04 20:09:44 +00:00
parent f8d973a079
commit cd708dce14
8 changed files with 8 additions and 2 deletions

View File

@ -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]

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]