chore: codemp.dev -> code.mp

This commit is contained in:
əlemi 2024-09-07 22:15:08 +02:00
parent 1b43d0e24f
commit 1474c378bc
Signed by: alemi
GPG key ID: A4895B84D311642C
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "codemp-proto" name = "codemp-proto"
description = "protocol definitions for codemp -- code multiplexer" description = "protocol definitions for codemp -- code multiplexer"
homepage = "https://codemp.dev" homepage = "https://code.mp"
repository = "https://github.com/hexedtech/codemp-proto" repository = "https://github.com/hexedtech/codemp-proto"
authors = [ authors = [
"alemi <me@alemi.dev>", "alemi <me@alemi.dev>",

View file

@ -1,4 +1,4 @@
[![codemp](https://codemp.dev/static/banner.png)](https://codemp.dev) [![codemp](https://code.mp/static/banner.png)](https://code.mp)
[![Actions Status](https://github.com/hexedtech/codemp-proto/actions/workflows/ci.yml/badge.svg)](https://github.com/hexedtech/codemp-proto/actions) [![Actions Status](https://github.com/hexedtech/codemp-proto/actions/workflows/ci.yml/badge.svg)](https://github.com/hexedtech/codemp-proto/actions)
[![Crates.io Version](https://img.shields.io/crates/v/codemp-proto)](https://crates.io/crates/codemp-proto) [![Crates.io Version](https://img.shields.io/crates/v/codemp-proto)](https://crates.io/crates/codemp-proto)

View file

@ -1,9 +1,9 @@
//! # CodeMP Protocol - cooperative development //! # CodeMP Protocol - cooperative development
//! `codemp-proto` is the gRPC protocol specification powering [`codemp`](https://codemp.dev). //! `codemp-proto` is the gRPC protocol specification powering [`codemp`](https://code.mp).
//! //!
//! This is built on top of [tonic] and provides both clientside and serverside service //! This is built on top of [tonic] and provides both clientside and serverside service
//! implementations. //! implementations.
#![doc(html_logo_url = "https://codemp.dev/logo-round.png")] #![doc(html_logo_url = "https://code.mp/logo-round.png")]
/// common types across services /// common types across services
#[allow(non_snake_case)] #[allow(non_snake_case)]