mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix license metadata for servo_arc crate
The header in lib.rs states that this library is MIT / Apache-2.0, since it is forked from the Rust standard library.
This commit is contained in:
parent
05b8ba0a48
commit
568038ca2b
2 changed files with 15 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "servo_arc"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/servo/servo"
|
||||
description = "A fork of std::sync::Arc with some extra functionality and without weak references"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue