Update URLs.
This commit is contained in:
@@ -5,7 +5,7 @@ version = "0.1.0"
|
||||
description = "Low-level code generator library"
|
||||
license = "Apache-2.0"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
build = "build.rs"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ name = "filecheck"
|
||||
version = "0.1.0"
|
||||
description = "Library for matching test outputs against filecheck directives"
|
||||
license = "Apache-2.0"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
documentation = "https://docs.rs/filecheck"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.1.0"
|
||||
description = "Cretonne IL builder helper"
|
||||
license = "Apache-2.0"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "cretonne-native"
|
||||
version = "0.1.0"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
description = "Support for targeting the host with Cretonne"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ version = "0.1.0"
|
||||
description = "Cretonne textual IL reader"
|
||||
license = "Apache-2.0"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "cretonne-wasm"
|
||||
version = "0.1.0"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
description = "Translator from WebAssembly to Cretonne IL"
|
||||
repository = "https://github.com/stoklund/cretonne"
|
||||
repository = "https://github.com/Cretonne/cretonne"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user