From 95519c1363a0b3a0de5a29bb8d137de2eeecf90d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sat, 10 May 2025 16:27:04 +0200 Subject: [PATCH] minor wording improvements --- satrs/Cargo.toml | 4 ++-- satrs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/satrs/Cargo.toml b/satrs/Cargo.toml index ae9422b..cb16253 100644 --- a/satrs/Cargo.toml +++ b/satrs/Cargo.toml @@ -4,8 +4,8 @@ version = "0.3.0-alpha.0" edition = "2021" rust-version = "1.82.0" authors = ["Robin Mueller "] -description = "A framework to build software for remote systems" -homepage = "https://absatsw.irs.uni-stuttgart.de/projects/sat-rs/" +description = "A library collection to build software for remote systems" +homepage = "https://github.com/us-irs/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/README.md b/satrs/README.md index 61a4f3d..b69f363 100644 --- a/satrs/README.md +++ b/satrs/README.md @@ -4,5 +4,5 @@ sat-rs ====== -This crate contains the primary components of the sat-rs framework. +This crate contains the primary components of the sat-rs library collection. You can find more information on the [homepage](https://egit.irs.uni-stuttgart.de/rust/sat-rs). -- 2.43.0