Skip to content

Commit

Permalink
Update repo URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 17, 2023
1 parent 93969b5 commit 9c68f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ description = "API client for a light installation at the University of Kiel"
version = "0.6.0"
edition = "2021"
categories = ["api-bindings", "asynchronous"]
repository = "https://github.com/fwcd/lighthouse-rust"
repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project Lighthouse Client for Rust

[![Build](https://github.com/fwcd/lighthouse-rust/actions/workflows/build.yml/badge.svg)](https://github.com/fwcd/lighthouse-rust/actions/workflows/build.yml)
[![Build](https://github.com/ProjectLighthouseCAU/lighthouse-rust/actions/workflows/build.yml/badge.svg)](https://github.com/ProjectLighthouseCAU/lighthouse-rust/actions/workflows/build.yml)

An asynchronous API client library for a light installation at the University of Kiel, written in Rust. The library is defined in terms of `futures` and can thus be used with any async runtime, though additional convenience functions are provided for `async-std` and `tokio`. The latter can be enabled via the corresponding crate features.

Expand Down

0 comments on commit 9c68f9e

Please sign in to comment.