Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
hapsoc => bearcove
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Mar 20, 2024
1 parent 2660e89 commit 30525f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "ktls-sys"
version = "1.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/hapsoc/ktls-sys"
repository = "https://github.com/bearcove/ktls-sys"
documentation = "https://docs.rs/ktls-sys"
readme = "README.md"
description = """
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

Generated with `bindgen tls.h -o src/bindings.rs`

See <https://github.com/hapsoc/ktls> for a higher-level / safer interface.
See <https://github.com/bearcove/ktls> for a higher-level / safer interface.

## Status

[![test pipeline](https://github.com/hapsoc/ktls-sys/actions/workflows/test.yml/badge.svg)](https://github.com/hapsoc/ktls-sys/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status (codecov.io)](https://codecov.io/gh/hapsoc/ktls-sys/branch/main/graph/badge.svg)](https://codecov.io/gh/hapsoc/ktls-sys/)
[![test pipeline](https://github.com/bearcove/ktls-sys/actions/workflows/test.yml/badge.svg)](https://github.com/bearcove/ktls-sys/actions/workflows/test.yml?query=branch%3Amain)
[![Coverage Status (codecov.io)](https://codecov.io/gh/bearcove/ktls-sys/branch/main/graph/badge.svg)](https://codecov.io/gh/bearcove/ktls-sys/)

## License

Expand Down

0 comments on commit 30525f8

Please sign in to comment.