Skip to content

Commit 9e2022e

Browse files
committed
Move to the organization account.
1 parent b3c87fb commit 9e2022e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

AUTHORS

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* Arto Bendiken <arto@bendiken.net>
2-
* Joshua J. Bouw <dev@joshuajbouw.com>
1+
* Arto Bendiken <arto@asimov.so>
2+
* Joshua J. Bouw <joshua@asimov.so>

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ authors = ["Arto Bendiken"]
1111
edition = "2021"
1212
rust-version = "1.70"
1313
description = "Protoflow"
14-
#documentation = "https://github.com/artob/protoflow/blob/master/README.md"
14+
#documentation = "https://docs.rs/protoflow/"
1515
readme = true
1616
homepage = "https://protoflow.rs"
17-
repository = "https://github.com/artob/protoflow"
17+
repository = "https://github.com/AsimovPlatform/protoflow"
1818
license = "Unlicense"
1919
keywords = ["protoflow", "protobuf", "flow", "fbp"]
2020
categories = ["concurrency", "network-programming", "no-std"]

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Compatibility](https://img.shields.io/badge/rust-1.70%2B-blue)](https://rust-lang.org)
55
[![Package](https://img.shields.io/crates/v/protoflow)](https://crates.io/crates/protoflow)
66

7-
🚧 _This is presently under heavy construction._
7+
🚧 _We are building in public. This is presently under heavy construction._
88

99
## 🛠️ Prerequisites
1010

@@ -171,15 +171,15 @@ impl<T: Message> Block for Delay<T> {
171171
## 👨‍💻 Development
172172

173173
```console
174-
$ git clone https://github.com/artob/protoflow.git
174+
$ git clone https://github.com/AsimovPlatform/protoflow.git
175175
```
176176

177177
- - -
178178

179-
[![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/artob/protoflow&text=Protoflow)
180-
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/artob/protoflow&title=Protoflow)
181-
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/artob/protoflow&t=Protoflow)
182-
[![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/artob/protoflow)
179+
[![Share on Twitter](https://img.shields.io/badge/share%20on-twitter-03A9F4?logo=twitter)](https://twitter.com/share?url=https://github.com/AsimovPlatform/protoflow&text=Protoflow)
180+
[![Share on Reddit](https://img.shields.io/badge/share%20on-reddit-red?logo=reddit)](https://reddit.com/submit?url=https://github.com/AsimovPlatform/protoflow&title=Protoflow)
181+
[![Share on Hacker News](https://img.shields.io/badge/share%20on-hacker%20news-orange?logo=ycombinator)](https://news.ycombinator.com/submitlink?u=https://github.com/AsimovPlatform/protoflow&t=Protoflow)
182+
[![Share on Facebook](https://img.shields.io/badge/share%20on-facebook-1976D2?logo=facebook)](https://www.facebook.com/sharer/sharer.php?u=https://github.com/AsimovPlatform/protoflow)
183183

184184
[`Buffer`]: https://docs.rs/protoflow-blocks/latest/protoflow_blocks/struct.Buffer.html
185185
[`Const`]: https://docs.rs/protoflow-blocks/latest/protoflow_blocks/struct.Const.html

0 commit comments

Comments
 (0)