From c9a606da69bc9051c7b99e125f96091bb0a32a10 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 19 Apr 2018 13:44:07 -0700 Subject: [PATCH] Use more lower-case letters for github URLs. This is a continuation of 362f8f13e2b8c7dd79b043c491479bb9fc6f69e9. --- lib/faerie/Cargo.toml | 2 +- lib/module/Cargo.toml | 2 +- lib/simplejit/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/faerie/Cargo.toml b/lib/faerie/Cargo.toml index 77477b8f98..1914154f69 100644 --- a/lib/faerie/Cargo.toml +++ b/lib/faerie/Cargo.toml @@ -3,7 +3,7 @@ name = "cretonne-faerie" version = "0.5.1" authors = ["The Cretonne Project Developers"] 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/" license = "Apache-2.0" readme = "README.md" diff --git a/lib/module/Cargo.toml b/lib/module/Cargo.toml index 42dc6ee916..e2b2aa30c5 100644 --- a/lib/module/Cargo.toml +++ b/lib/module/Cargo.toml @@ -3,7 +3,7 @@ name = "cretonne-module" version = "0.5.1" authors = ["The Cretonne Project Developers"] 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/" license = "Apache-2.0" readme = "README.md" diff --git a/lib/simplejit/Cargo.toml b/lib/simplejit/Cargo.toml index 0fdc16da32..b45890450d 100644 --- a/lib/simplejit/Cargo.toml +++ b/lib/simplejit/Cargo.toml @@ -3,7 +3,7 @@ name = "cretonne-simplejit" version = "0.5.1" authors = ["The Cretonne Project Developers"] 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/" license = "Apache-2.0" readme = "README.md"