From e6562d30cbd2ccee54ed70eae0ed621f3a0d970f Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Wed, 8 Mar 2023 21:50:34 +0200 Subject: [PATCH] [Crate] Update links to point to gamedig organization rather than cosminperram --- Cargo.toml | 6 +++--- README.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 011d562..c88318c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,12 @@ name = "gamedig" version = "0.2.1" edition = "2021" -authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"] +authors = ["CosminPerRam [https://github.com/CosminPerRam]", "node-GameDig contributors [https://github.com/gamedig/node-gamedig/contributors]"] license = "MIT" description = "Check out servers with this." -homepage = "https://github.com/CosminPerRam/rust-gamedig" +homepage = "https://github.com/gamedig/rust-gamedig" documentation = "https://docs.rs/gamedig/latest/gamedig/" -repository = "https://github.com/CosminPerRam/rust-gamedig" +repository = "https://github.com/gamedig/rust-gamedig" readme = "README.md" keywords = ["server", "query", "game", "check", "status"] rust-version = "1.56.1" diff --git a/README.md b/README.md index 8a000e2..311ddbe 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# rust-GameDig [![CI](https://github.com/cosminperram/rust-gamedig/actions/workflows/ci.yml/badge.svg)](https://github.com/CosminPerRam/rust-gamedig/actions) [![Latest Version](https://img.shields.io/crates/v/gamedig.svg?color=yellow)](https://crates.io/crates/gamedig) [![Crates.io](https://img.shields.io/crates/d/gamedig?color=purple)](https://crates.io/crates/gamedig) [![License:MIT](https://img.shields.io/github/license/cosminperram/rust-gamedig?color=blue)](LICENSE.md) +# rust-GameDig [![CI](https://github.com/gamedig/rust-gamedig/actions/workflows/ci.yml/badge.svg)](https://github.com/gamedig/rust-gamedig/actions) [![Latest Version](https://img.shields.io/crates/v/gamedig.svg?color=yellow)](https://crates.io/crates/gamedig) [![Crates.io](https://img.shields.io/crates/d/gamedig?color=purple)](https://crates.io/crates/gamedig) [![License:MIT](https://img.shields.io/github/license/gamedig/rust-gamedig?color=blue)](LICENSE.md) **Warning**: This project goes through frequent API breaking changes and hasn't been thoroughly tested. -**rust-GameDig** is a games/services server query library that can fetch the availability and/or details of those, this library brings what **[node-GameDig](https://github.com/gamedig/node-gamedig)** does, to pure Rust! +**rust-GameDig** is a game servers/services query library that fetches the availability and details of those, this library brings what **[node-GameDig](https://github.com/gamedig/node-gamedig)** does, to pure Rust! Minimum Supported Rust Version is `1.56.1` and the code is cross-platform.