Use more lower-case letters for github URLs.

This is a continuation of 362f8f13e2b8c7dd79b043c491479bb9fc6f69e9.
This commit is contained in:
Dan Gohman
2018-04-19 13:44:07 -07:00
parent d9cd94f20d
commit c9a606da69
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name = "cretonne-faerie"
version = "0.5.1" version = "0.5.1"
authors = ["The Cretonne Project Developers"] authors = ["The Cretonne Project Developers"]
description = "Emit Cretonne output to native object files with Faerie" description = "Emit Cretonne output to native object files with Faerie"
repository = "https://github.com/Cretonne/cretonne" repository = "https://github.com/cretonne/cretonne"
documentation = "https://cretonne.readthedocs.io/" documentation = "https://cretonne.readthedocs.io/"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"

View File

@@ -3,7 +3,7 @@ name = "cretonne-module"
version = "0.5.1" version = "0.5.1"
authors = ["The Cretonne Project Developers"] authors = ["The Cretonne Project Developers"]
description = "Support for linking functions and data with Cretonne" description = "Support for linking functions and data with Cretonne"
repository = "https://github.com/Cretonne/cretonne" repository = "https://github.com/cretonne/cretonne"
documentation = "https://cretonne.readthedocs.io/" documentation = "https://cretonne.readthedocs.io/"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"

View File

@@ -3,7 +3,7 @@ name = "cretonne-simplejit"
version = "0.5.1" version = "0.5.1"
authors = ["The Cretonne Project Developers"] authors = ["The Cretonne Project Developers"]
description = "A simple JIT library backed by Cretonne" description = "A simple JIT library backed by Cretonne"
repository = "https://github.com/Cretonne/cretonne" repository = "https://github.com/cretonne/cretonne"
documentation = "https://cretonne.readthedocs.io/" documentation = "https://cretonne.readthedocs.io/"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"