From 6b839dc6317e59a18b8cbac32b6bc44db12c18e1 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sun, 1 Aug 2021 17:26:25 -0400 Subject: [PATCH] Rename repository to nut-rs --- README.md | 4 ++-- rups/Cargo.toml | 2 +- rupsc/Cargo.toml | 2 +- rupsc/README.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9bbb6a6..cd12f7a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![crates.io](https://img.shields.io/crates/v/rups.svg)](https://crates.io/crates/rups) [![Documentation](https://docs.rs/rups/badge.svg)](https://docs.rs/rups) [![MIT licensed](https://img.shields.io/crates/l/rups.svg)](./LICENSE) -[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI) +[![CI](https://github.com/aramperes/nut-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI) A [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) client library for Rust. @@ -31,7 +31,7 @@ upsc myupsname@localhost ups.status ## Example -The [rupsc](https://github.com/aramperes/nut-client-rs/tree/master/rupsc) +The [rupsc](https://github.com/aramperes/nut-rs/tree/master/rupsc) CLI is written using this library, and is a clone of NUT's built-in [upsc](https://networkupstools.org/docs/man/upsc.html) tool. diff --git a/rups/Cargo.toml b/rups/Cargo.toml index 3e55599..71ec821 100644 --- a/rups/Cargo.toml +++ b/rups/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "Network UPS Tools (NUT) client library" categories = ["network-programming"] keywords = ["ups", "nut", "tokio", "async"] -repository = "https://github.com/aramperes/nut-client-rs" +repository = "https://github.com/aramperes/nut-rs" documentation = "https://docs.rs/rups" readme = "../README.md" license = "MIT" diff --git a/rupsc/Cargo.toml b/rupsc/Cargo.toml index 2675bad..0b4d21d 100644 --- a/rupsc/Cargo.toml +++ b/rupsc/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" description = "A demo program to display UPS variables" categories = ["network-programming"] keywords = ["ups", "nut"] -repository = "https://github.com/aramperes/nut-client-rs" +repository = "https://github.com/aramperes/nut-rs" readme = "README.md" license = "GPL-3.0-or-later" diff --git a/rupsc/README.md b/rupsc/README.md index 29f11b8..eef0e26 100644 --- a/rupsc/README.md +++ b/rupsc/README.md @@ -3,12 +3,12 @@ [![crates.io](https://img.shields.io/crates/v/rupsc.svg)](https://crates.io/crates/rupsc) [![Documentation](https://docs.rs/rups/badge.svg)](https://docs.rs/rups) [![GPL-3.0 or later](https://img.shields.io/crates/l/rupsc.svg)](./LICENSE) -[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI) +[![CI](https://github.com/aramperes/nut-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI) A Rust clone of [upsc](https://networkupstools.org/docs/man/upsc.html), the [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) demo program to display UPS variables. -Written using the [rups](https://github.com/aramperes/nut-client-rs) crate. +Written using the [rups](https://github.com/aramperes/nut-rs) crate. - Connect to `upsd`/`nut-server` using TCP - List UPS devices