diff --git a/glsl-to-spirv/Cargo.toml b/glsl-to-spirv/Cargo.toml index a29a6a4a..e8d60b95 100644 --- a/glsl-to-spirv/Cargo.toml +++ b/glsl-to-spirv/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "glsl-to-spirv" version = "0.1.3" -authors = ["Pierre Krieger "] -repository = "https://github.com/tomaka/vulkano" +authors = ["Pierre Krieger ", "The vulkano contributors"] +repository = "https://github.com/vulkano-rs/vulkano" description = "Wrapper around the official GLSL to SPIR-V compiler" license = "MIT/Apache-2.0" build = "build/build.rs" diff --git a/vk-sys/Cargo.toml b/vk-sys/Cargo.toml index 14450a92..401f4d1b 100644 --- a/vk-sys/Cargo.toml +++ b/vk-sys/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vk-sys" version = "0.3.0" -authors = ["Pierre Krieger "] -repository = "https://github.com/tomaka/vulkano" +authors = ["Pierre Krieger ", "The vulkano contributors"] +repository = "https://github.com/vulkano-rs/vulkano" description = "Bindings for the Vulkan graphics API" license = "MIT/Apache-2.0" documentation = "https://docs.rs/vk-sys" diff --git a/vulkano-shader-derive/Cargo.toml b/vulkano-shader-derive/Cargo.toml index e4a68b01..dcdb0f5e 100644 --- a/vulkano-shader-derive/Cargo.toml +++ b/vulkano-shader-derive/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vulkano-shader-derive" version = "0.5.6" -authors = ["Pierre Krieger "] -repository = "https://github.com/tomaka/vulkano" +authors = ["Pierre Krieger ", "The vulkano contributors"] +repository = "https://github.com/vulkano-rs/vulkano" description = "Safe wrapper for the Vulkan graphics API" license = "MIT/Apache-2.0" documentation = "https://docs.rs/vulkano" diff --git a/vulkano-shaders/Cargo.toml b/vulkano-shaders/Cargo.toml index b7a45117..619bbf60 100644 --- a/vulkano-shaders/Cargo.toml +++ b/vulkano-shaders/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vulkano-shaders" version = "0.5.6" -authors = ["Pierre Krieger "] -repository = "https://github.com/tomaka/vulkano" +authors = ["Pierre Krieger ", "The vulkano contributors"] +repository = "https://github.com/vulkano-rs/vulkano" description = "Shaders " license = "MIT/Apache-2.0" documentation = "http://tomaka.github.io/vulkano/vulkano/index.html" diff --git a/vulkano-win/Cargo.toml b/vulkano-win/Cargo.toml index f1da3df5..3714e131 100644 --- a/vulkano-win/Cargo.toml +++ b/vulkano-win/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vulkano-win" version = "0.5.6" -authors = ["Pierre Krieger "] -repository = "https://github.com/tomaka/vulkano" +authors = ["Pierre Krieger ", "The vulkano contributors"] +repository = "https://github.com/vulkano-rs/vulkano" description = "Link between vulkano and winit" license = "MIT/Apache-2.0" categories = ["rendering::graphics-api"] diff --git a/vulkano/Cargo.toml b/vulkano/Cargo.toml index 4feeb39a..27c5215b 100644 --- a/vulkano/Cargo.toml +++ b/vulkano/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "vulkano" version = "0.5.6" -authors = ["Pierre Krieger "] -repository = "https://github.com/tomaka/vulkano" +authors = ["Pierre Krieger ", "The vulkano contributors"] +repository = "https://github.com/vulkano-rs/vulkano" description = "Safe wrapper for the Vulkan graphics API" license = "MIT/Apache-2.0" documentation = "https://docs.rs/vulkano"