Skip to content

Commit ca7208f

Browse files
committed
chore(ownership): transfered ownership to zealloc
Signed-off-by: Jad K. Haddad <jadkhaddad@gmail.com>
1 parent c9c19de commit ca7208f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Jad K. Haddad <jadkhaddad@gmail.com>"]
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
description = "A zerocopy websockets implementation for no_std environments."
10-
repository = "https://github.com/JadKHaddad/websocketz"
10+
repository = "https://github.com/zealloc/websocketz"
1111
keywords = ["no_std", "embedded", "websockets", "zerocopy"]
1212

1313
[dependencies]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Websocketz
22

3-
![Build Status](https://github.com/JadKHaddad/websocketz/actions/workflows/build-and-test.yml/badge.svg?branch=main)
4-
![Autobahn](https://github.com/JadKHaddad/websocketz/actions/workflows/autobahn.yml/badge.svg?branch=main)
3+
![Build Status](https://github.com/zealloc/websocketz/actions/workflows/build-and-test.yml/badge.svg?branch=main)
4+
![Autobahn](https://github.com/zealloc/websocketz/actions/workflows/autobahn.yml/badge.svg?branch=main)
55
[![crates.io](https://img.shields.io/crates/v/websocketz.svg)](https://crates.io/crates/websocketz)
66
[![Crates.io (MSRV)](https://img.shields.io/crates/msrv/websocketz)](https://crates.io/crates/websocketz)
77
[![docs.rs](https://docs.rs/websocketz/badge.svg)](https://docs.rs/websocketz)

0 commit comments

Comments
 (0)