Use lower-case letters for github URLs.

This makes it a little more consistent; now, "cretonne" is never capitalized
in identifier, path, or URL contexts. It is capitalized in natural
language contexts when referring to the project.
This commit is contained in:
Dan Gohman
2018-04-17 08:55:46 -07:00
parent 24fa169e1f
commit f43b6aca1a
13 changed files with 23 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ version = "0.4.4"
description = "Low-level code generator library"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
readme = "README.md"
keywords = ["compile", "compiler", "jit"]
build = "build.rs"
@@ -19,4 +19,4 @@ cretonne-entity = { path = "../entity", version = "0.4.4" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }
travis-ci = { repository = "cretonne/cretonne" }

View File

@@ -5,7 +5,7 @@ version = "0.4.4"
description = "Data structures using entity references as mapping keys"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
readme = "README.md"
keywords = ["entity", "set", "map"]
@@ -15,4 +15,4 @@ std = []
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }
travis-ci = { repository = "cretonne/cretonne" }

View File

@@ -5,7 +5,7 @@ version = "0.4.4"
description = "Test driver and implementations of the filetest commands"
license = "Apache-2.0"
documentation = "http://cretonne.readthedocs.io/en/latest/testing.html#file-tests"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
publish = false
[dependencies]

View File

@@ -5,7 +5,7 @@ version = "0.4.4"
description = "Cretonne IR builder helper"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
readme = "README.md"
[dependencies]
@@ -13,4 +13,4 @@ cretonne-codegen = { path = "../codegen", version = "0.4.4" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }
travis-ci = { repository = "cretonne/cretonne" }

View File

@@ -3,7 +3,7 @@ name = "cretonne-native"
version = "0.4.4"
authors = ["The Cretonne Project Developers"]
description = "Support for targeting the host with Cretonne"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"
@@ -15,4 +15,4 @@ raw-cpuid = "3.0.0"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }
travis-ci = { repository = "cretonne/cretonne" }

View File

@@ -5,7 +5,7 @@ version = "0.4.4"
description = "Cretonne textual IR reader"
license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
readme = "README.md"
[dependencies]
@@ -13,4 +13,4 @@ cretonne-codegen = { path = "../codegen", version = "0.4.4" }
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }
travis-ci = { repository = "cretonne/cretonne" }

View File

@@ -3,7 +3,7 @@ name = "cretonne-wasm"
version = "0.4.4"
authors = ["The Cretonne Project Developers"]
description = "Translator from WebAssembly to Cretonne IR"
repository = "https://github.com/Cretonne/cretonne"
repository = "https://github.com/cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"
keywords = ["webassembly", "wasm"]
@@ -18,4 +18,4 @@ tempdir = "0.3.5"
[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "Cretonne/cretonne" }
travis-ci = { repository = "cretonne/cretonne" }