diff --git a/dfir_datalog/Cargo.toml b/dfir_datalog/Cargo.toml index c12a0cd60a54..4fed657538ac 100644 --- a/dfir_datalog/Cargo.toml +++ b/dfir_datalog/Cargo.toml @@ -5,7 +5,7 @@ version = "0.11.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/dfir_datalog/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Datalog proc-macro for DFIR" [lints] diff --git a/dfir_datalog_core/Cargo.toml b/dfir_datalog_core/Cargo.toml index 7b73b9bb9f00..a1f2f3b3ae41 100644 --- a/dfir_datalog_core/Cargo.toml +++ b/dfir_datalog_core/Cargo.toml @@ -5,7 +5,7 @@ version = "0.11.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/dfir_datalog_core/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Datalog implementation for DFIR" [lints] diff --git a/dfir_lang/Cargo.toml b/dfir_lang/Cargo.toml index 6b77897e9238..a10ce10c3968 100644 --- a/dfir_lang/Cargo.toml +++ b/dfir_lang/Cargo.toml @@ -5,7 +5,7 @@ version = "0.11.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/dfir_lang/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Hydro's Dataflow Intermediate Representation (DFIR) implementation" [lints] diff --git a/dfir_macro/Cargo.toml b/dfir_macro/Cargo.toml index cc67707a7859..290748ba5a1a 100644 --- a/dfir_macro/Cargo.toml +++ b/dfir_macro/Cargo.toml @@ -5,7 +5,7 @@ version = "0.11.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/dfir_macro/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Macro for using Hydro's Data Flow Intermediate Representation (DFIR)." [lints] workspace = true diff --git a/dfir_rs/Cargo.toml b/dfir_rs/Cargo.toml index 4b8711e62de3..4b6655fc3874 100644 --- a/dfir_rs/Cargo.toml +++ b/dfir_rs/Cargo.toml @@ -5,7 +5,7 @@ version = "0.11.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/dfir_rs/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "DFIR runtime for Rust, used by Hydro." [lints] diff --git a/hydro_deploy/core/Cargo.toml b/hydro_deploy/core/Cargo.toml index 5d13e9a2f546..3e6b7e2fe723 100644 --- a/hydro_deploy/core/Cargo.toml +++ b/hydro_deploy/core/Cargo.toml @@ -5,7 +5,7 @@ version = "0.10.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/hydro_deploy/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Hydro Deploy" [lints] diff --git a/hydro_deploy/hydro_cli/Cargo.toml b/hydro_deploy/hydro_cli/Cargo.toml index 64372dc6d9a1..f1c96b1f8946 100644 --- a/hydro_deploy/hydro_cli/Cargo.toml +++ b/hydro_deploy/hydro_cli/Cargo.toml @@ -5,7 +5,7 @@ version = "0.10.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/hydro_cli/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Hydro Deploy Command Line Interface" [lints] diff --git a/hydro_deploy/hydroflow_deploy_integration/Cargo.toml b/hydro_deploy/hydroflow_deploy_integration/Cargo.toml index fd003a3ebe17..ed7ce907c54a 100644 --- a/hydro_deploy/hydroflow_deploy_integration/Cargo.toml +++ b/hydro_deploy/hydroflow_deploy_integration/Cargo.toml @@ -5,7 +5,7 @@ version = "0.10.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/hydroflow_deploy_integration/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "`hydro_deploy` integration for Hydroflow" [lints] diff --git a/lattices/Cargo.toml b/lattices/Cargo.toml index 94910568cfa0..ef23fda9512a 100644 --- a/lattices/Cargo.toml +++ b/lattices/Cargo.toml @@ -5,7 +5,7 @@ version = "0.5.8" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/lattices/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Lattice data types for simplifying distributed state by providing associativity, commutativity, and idempotence." [lints] diff --git a/lattices_macro/Cargo.toml b/lattices_macro/Cargo.toml index 8e7fec1e32e5..d6d7c112a1aa 100644 --- a/lattices_macro/Cargo.toml +++ b/lattices_macro/Cargo.toml @@ -5,7 +5,7 @@ version = "0.5.7" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/lattices/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Procedural macros for the `lattices` crate." [lints] diff --git a/multiplatform_test/Cargo.toml b/multiplatform_test/Cargo.toml index e8744e163f95..3f9a2ed95886 100644 --- a/multiplatform_test/Cargo.toml +++ b/multiplatform_test/Cargo.toml @@ -5,7 +5,7 @@ version = "0.3.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/multiplatform_test/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "A simple attribute macro to combine `#[test]` and `#[wasm_bindgen_test]`" [lints] diff --git a/pusherator/Cargo.toml b/pusherator/Cargo.toml index 6a99d053e755..ac30b9df085e 100644 --- a/pusherator/Cargo.toml +++ b/pusherator/Cargo.toml @@ -5,7 +5,7 @@ version = "0.0.9" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/pusherator/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Push-based version of Rust iterators" [lints] diff --git a/stageleft/Cargo.toml b/stageleft/Cargo.toml index 673088a519c1..b487d33a4f47 100644 --- a/stageleft/Cargo.toml +++ b/stageleft/Cargo.toml @@ -5,7 +5,7 @@ version = "0.5.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/stageleft/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Type-safe staged programming for Rust" [lints] diff --git a/stageleft_macro/Cargo.toml b/stageleft_macro/Cargo.toml index 7336dbe7264b..05b986a5d01a 100644 --- a/stageleft_macro/Cargo.toml +++ b/stageleft_macro/Cargo.toml @@ -5,7 +5,7 @@ version = "0.4.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/stageleft_macro/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Helper macros for the stageleft crate" [lints] diff --git a/stageleft_tool/Cargo.toml b/stageleft_tool/Cargo.toml index fe565cd63cd1..05b7ab66c0e5 100644 --- a/stageleft_tool/Cargo.toml +++ b/stageleft_tool/Cargo.toml @@ -5,7 +5,7 @@ version = "0.4.0" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/stageleft_macro/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Helper macros for the stageleft crate" [lints] diff --git a/variadics/Cargo.toml b/variadics/Cargo.toml index 7c81413e9b31..1cf2f88b84e0 100644 --- a/variadics/Cargo.toml +++ b/variadics/Cargo.toml @@ -5,7 +5,7 @@ version = "0.0.7" edition = "2021" license = "Apache-2.0" documentation = "https://docs.rs/variadics/" -repository = "https://github.com/hydro-project/hydroflow" +repository = "https://github.com/hydro-project/hydro" description = "Variadic generics on stable Rust using tuple lists" [lints]