Skip to content

Commit c22c3f5

Browse files
committed
Update repository url.
1 parent e2c6041 commit c22c3f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.14.0"
44
description = "Inline Python code directly in your Rust code"
55
license = "BSD-2-Clause"
66
edition = "2018"
7-
repository = "https://github.com/fusion-engineering/inline-python"
7+
repository = "https://github.com/m-ou-se/inline-python"
88
keywords = ["python", "inline", "embed", "macro"]
99
autoexamples = false
1010

ct-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.9"
44
description = "Execute Python code at compile time to generate Rust code"
55
license = "BSD-2-Clause"
66
edition = "2018"
7-
repository = "https://github.com/fusion-engineering/inline-python/tree/master/ct-python"
7+
repository = "https://github.com/m-ou-se/inline-python"
88
keywords = ["python", "macro", "generate", "compile-time"]
99

1010
[dependencies]

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.14.0"
44
description = "Macros for the inline-python crate"
55
license = "BSD-2-Clause"
66
edition = "2018"
7-
repository = "https://github.com/fusion-engineering/inline-python"
7+
repository = "https://github.com/m-ou-se/inline-python"
88

99
[lib]
1010
proc-macro = true

0 commit comments

Comments
 (0)