From 4290dbd29690a11d4062952fe0dfa186586d6a76 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 28 Aug 2023 19:11:19 +0200 Subject: [PATCH] homepage corrections --- satrs-core/Cargo.toml | 4 ++-- satrs-example/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) 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"