diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..16280b5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# v0.1.1 (Unreleased) + +- Fix cargo metadata + +# v0.1.0 + +- Initial version diff --git a/pid1-exe/Cargo.toml b/pid1-exe/Cargo.toml index 67371bd..08f9b83 100644 --- a/pid1-exe/Cargo.toml +++ b/pid1-exe/Cargo.toml @@ -3,8 +3,8 @@ name = "pid1-exe" version = "0.1.0" edition = "2021" readme = "../README.md" -homepage = "https://github.com/fpco/amber" -repository = "https://github.com/fpco/amber" +homepage = "https://github.com/fpco/pid1-rs" +repository = "https://github.com/fpco/pid1-rs" license = "MIT" description = "pid1 handling library for proper signal and zombie reaping of the PID1 process" keywords = ["init", "pid1", "process", "cli"] diff --git a/pid1/Cargo.toml b/pid1/Cargo.toml index 50b048e..68268f5 100644 --- a/pid1/Cargo.toml +++ b/pid1/Cargo.toml @@ -3,8 +3,8 @@ name = "pid1" version = "0.1.0" edition = "2021" readme = "../README.md" -homepage = "https://github.com/fpco/amber" -repository = "https://github.com/fpco/amber" +homepage = "https://github.com/fpco/pid1-rs" +repository = "https://github.com/fpco/pid1-rs" license = "MIT" description = "pid1 handling library for proper signal and zombie reaping of the PID1 process" keywords = ["init", "pid1", "process", "cli"]