Skip to content

Commit

Permalink
Update URLs & readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codyps committed Apr 28, 2024
1 parent f1fe7fc commit 6bcbff3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.10.0"
authors = ["Cody P Schafer <[email protected]>"]
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"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion libsystemd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.9.3"
authors = ["Cody P Schafer <[email protected]>"]
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"
Expand Down

0 comments on commit 6bcbff3

Please sign in to comment.