Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 10df8a7

Browse files
committed
Merge pull request #91 from metajack/crate-io2
Bring repo and package naming in line with Rust conventions.
2 parents bad95eb + 8f278a7 commit 10df8a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "cocoa"
33
description = "Bindings to Cocoa for OS X"
4-
homepage = "https://github.com/servo/rust-cocoa"
5-
repository = "https://github.com/servo/rust-cocoa"
6-
version = "0.1.1"
4+
homepage = "https://github.com/servo/cocoa-rs"
5+
repository = "https://github.com/servo/cocoa-rs"
6+
version = "0.1.2"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99

0 commit comments

Comments
 (0)