Skip to content

Commit f4e42b4

Browse files
committed
chore: Correct the author field
1 parent 6269fa6 commit f4e42b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pact-stub-server"
33
version = "0.6.2"
44
edition = "2021"
5-
authors = ["Ronald Holshausen <uglyog@gmail.com>"]
5+
authors = ["Ronald Holshausen <ronald.holshausen@gmail.com>"]
66
description = "Standalone pact stub server"
77
homepage = "https://www.pact.io"
88
repository = "https://github.com/uglyog/pact-stub-server"
@@ -55,4 +55,4 @@ lto = true
5555
# References
5656
# https://doc.rust-lang.org/stable/rustc/codegen-options/
5757
# https://doc.rust-lang.org/rustc/profile-guided-optimization.html
58-
# https://github.com/johnthagen/min-sized-rust
58+
# https://github.com/johnthagen/min-sized-rust

0 commit comments

Comments
 (0)