diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index 04eede1..2d25971 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -5,8 +5,8 @@ edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] description = "Core components of the sat-rs framework to build software for remote systems" -homepage = "https://egit.irs.uni-stuttgart.de/rust/satrs-core" -repository = "https://egit.irs.uni-stuttgart.de/rust/satrs-core" +homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0" keywords = ["no-std", "space", "aerospace"] categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-support", "embedded"] diff --git a/satrs-example/Cargo.toml b/satrs-example/Cargo.toml index 34d8491..56a7f3d 100644 --- a/satrs-example/Cargo.toml +++ b/satrs-example/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" edition = "2021" authors = ["Robin Mueller "] default-run = "satrs-example" +homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" [dependencies] fern = "0.6"