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 = "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" }