Skip to content

Commit 6b839dc

Browse files
committed
Rename repository to nut-rs
1 parent 7336676 commit 6b839dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![crates.io](https://img.shields.io/crates/v/rups.svg)](https://crates.io/crates/rups)
44
[![Documentation](https://docs.rs/rups/badge.svg)](https://docs.rs/rups)
55
[![MIT licensed](https://img.shields.io/crates/l/rups.svg)](./LICENSE)
6-
[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI)
6+
[![CI](https://github.com/aramperes/nut-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI)
77

88
A [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) client library for Rust.
99

@@ -31,7 +31,7 @@ upsc myupsname@localhost ups.status
3131

3232
## Example
3333

34-
The [rupsc](https://github.com/aramperes/nut-client-rs/tree/master/rupsc)
34+
The [rupsc](https://github.com/aramperes/nut-rs/tree/master/rupsc)
3535
CLI is written using this library, and is a clone of NUT's
3636
built-in [upsc](https://networkupstools.org/docs/man/upsc.html) tool.
3737

rups/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
description = "Network UPS Tools (NUT) client library"
77
categories = ["network-programming"]
88
keywords = ["ups", "nut", "tokio", "async"]
9-
repository = "https://github.com/aramperes/nut-client-rs"
9+
repository = "https://github.com/aramperes/nut-rs"
1010
documentation = "https://docs.rs/rups"
1111
readme = "../README.md"
1212
license = "MIT"

rupsc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66
description = "A demo program to display UPS variables"
77
categories = ["network-programming"]
88
keywords = ["ups", "nut"]
9-
repository = "https://github.com/aramperes/nut-client-rs"
9+
repository = "https://github.com/aramperes/nut-rs"
1010
readme = "README.md"
1111
license = "GPL-3.0-or-later"
1212

rupsc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![crates.io](https://img.shields.io/crates/v/rupsc.svg)](https://crates.io/crates/rupsc)
44
[![Documentation](https://docs.rs/rups/badge.svg)](https://docs.rs/rups)
55
[![GPL-3.0 or later](https://img.shields.io/crates/l/rupsc.svg)](./LICENSE)
6-
[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI)
6+
[![CI](https://github.com/aramperes/nut-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-rs/actions?query=workflow%3ACI)
77

88
A Rust clone of [upsc](https://networkupstools.org/docs/man/upsc.html),
99
the [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) demo program to display UPS variables.
1010

11-
Written using the [rups](https://github.com/aramperes/nut-client-rs) crate.
11+
Written using the [rups](https://github.com/aramperes/nut-rs) crate.
1212

1313
- Connect to `upsd`/`nut-server` using TCP
1414
- List UPS devices

0 commit comments

Comments
 (0)