diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index f41e2df..e0d69e4 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Robin Mueller "] description = """ Helper crate of the sat-rs framework to build a mission information base (MIB) from the On-Board Software (OBSW) code directly.""" -homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +homepage = "https://absatsw.uni-stuttgart.de/projects/sat-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0" keywords = ["no-std", "space", "aerospace"] diff --git a/satrs-shared/Cargo.toml b/satrs-shared/Cargo.toml index 1b56f18..dacb740 100644 --- a/satrs-shared/Cargo.toml +++ b/satrs-shared/Cargo.toml @@ -3,6 +3,10 @@ name = "satrs-shared" description = "Components shared by multiple sat-rs crates" version = "0.1.0" edition = "2021" +authors = ["Robin Mueller "] +homepage = "https://absatsw.uni-stuttgart.de/projects/sat-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index 019f78d..e5e7bae 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "] description = "A framework to build software for remote systems" -homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +homepage = "https://absatsw.uni-stuttgart.de/projects/sat-rs" repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" license = "Apache-2.0" keywords = ["no-std", "space", "aerospace"]