mirror of
https://github.com/hexedtech/codemp-proto.git
synced 2024-11-21 06:54:50 +01:00
chore: codemp.dev -> code.mp
This commit is contained in:
parent
1b43d0e24f
commit
1474c378bc
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "codemp-proto"
|
||||
description = "protocol definitions for codemp -- code multiplexer"
|
||||
homepage = "https://codemp.dev"
|
||||
homepage = "https://code.mp"
|
||||
repository = "https://github.com/hexedtech/codemp-proto"
|
||||
authors = [
|
||||
"alemi <me@alemi.dev>",
|
||||
|
|
|
@ -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)
|
||||
[![Crates.io Version](https://img.shields.io/crates/v/codemp-proto)](https://crates.io/crates/codemp-proto)
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
//! # 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
|
||||
//! 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
|
||||
#[allow(non_snake_case)]
|
||||
|
|
Loading…
Reference in a new issue