From 6bcbff3ecb02f5cf185c32bbec1fe2a3722c009a Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Sun, 28 Apr 2024 02:45:48 -0400 Subject: [PATCH] Update URLs & readme --- Cargo.toml | 2 +- README.md | 7 +++++-- libsystemd-sys/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f18b4da..2267ded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.10.0" authors = ["Cody P Schafer "] license = "LGPL-2.1-or-later WITH GCC-exception-2.0" description = "A rust interface to libsystemd/libelogind provided APIs" -repository = "https://github.com/jmesmon/rust-systemd" +repository = "https://github.com/codyps/rust-systemd" documentation = "https://docs.rs/crate/systemd" include = ["Cargo.toml", "src/**/*.rs", "COPYING", "README.md"] readme = "README.md" diff --git a/README.md b/README.md index e003e91..3dd4a5b 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ rust-systemd ============ [crate docs (systemd)](http://docs.rs/crate/systemd) + [crate docs (libsystemd-sys)](http://docs.rs/crate/libsystemd-sys) -[![Crates.io](https://img.shields.io/crates/v/systemd.svg?maxAge=2592000)](https://crates.io/crates/systemd) -[![Build Status](https://travis-ci.org/jmesmon/rust-systemd.svg?branch=master)](https://travis-ci.org/jmesmon/rust-systemd) + +[systemd![Crates.io](https://img.shields.io/crates/v/systemd.svg?maxAge=2592000)](https://crates.io/crates/systemd) + +[libsystemd-sys![Crates.io](https://img.shields.io/crates/v/libsystemd-sys.svg?maxAge=2592000)](https://crates.io/crates/libsystemd-sys) In `Cargo.toml`: diff --git a/libsystemd-sys/Cargo.toml b/libsystemd-sys/Cargo.toml index fcefbc0..eb6a0ba 100644 --- a/libsystemd-sys/Cargo.toml +++ b/libsystemd-sys/Cargo.toml @@ -4,7 +4,7 @@ version = "0.9.3" authors = ["Cody P Schafer "] license = "LGPL-2.1-or-later WITH GCC-exception-2.0" description = "FFI bindings to libsystemd and libelogind" -repository = "https://github.com/jmesmon/rust-systemd" +repository = "https://github.com/codyps/rust-systemd" include = ["Cargo.toml", "**/*.rs", "build.rs", "COPYING", "README.md"] readme = "README.md" documentation = "https://docs.rs/crates/libsystemd-sys"