Skip to content

Commit

Permalink
Update Protoflow links.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 17, 2024
1 parent 46530b4 commit 509ba08
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,10 @@
},
"download-page": "https://crates.io/crates/protoflow",
"repository": {
"browse": "https://github.com/AsimovPlatform/protoflow",
"location": "https://github.com/AsimovPlatform/protoflow.git"
"browse": "https://github.com/asimov-platform/protoflow",
"location": "https://github.com/asimov-platform/protoflow.git"
},
"license": "https://github.com/AsimovPlatform/protoflow/blob/master/UNLICENSE"
"license": "https://github.com/asimov-platform/protoflow/blob/master/UNLICENSE"
},
{
"name": "pytube",
Expand Down
2 changes: 1 addition & 1 deletion projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
| [Poolboy](https://github.com/devinus/poolboy) | A hunky Erlang worker pool factory. | [:link:](https://github.com/devinus/poolboy) [:arrow_down:](https://hex.pm/packages/poolboy) |
| [positional-lambda](https://www.hexstreamsoft.com/libraries/positional-lambda/) | A concise, intuitive and flexible syntax (macro) for trivial lambdas that eschews explicit (and often contextually-redundant) naming of parameter variables in favor of positional references, with support for a used or ignored &rest parameter and automatic declaration of ignored parameters when logical "gaps" are left in the positional references. Further convenience features are provided. | [:link:](https://github.com/Hexstream/positional-lambda) [:arrow_down:]() |
| [Postgres.js](https://github.com/porsager/postgres) | The fastest full-featured PostgreSQL client for Node.js, Deno, Bun, and Cloudflare. | [:link:](https://github.com/porsager/postgres) [:arrow_down:](https://npmjs.com/package/postgres) |
| [Protoflow](https://protoflow.rs) | Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages. | [:link:](https://github.com/AsimovPlatform/protoflow) [:arrow_down:](https://crates.io/crates/protoflow) |
| [Protoflow](https://protoflow.rs) | Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages. | [:link:](https://github.com/asimov-platform/protoflow) [:arrow_down:](https://crates.io/crates/protoflow) |
| [pytube](https://pytube.io) | A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube videos. | [:link:](https://github.com/pytube/pytube) [:arrow_down:](https://pypi.org/project/pytube/) |
| [RDF.rb](https://rubygems.org/gems/rdf) | A Ruby library for working with Resource Description Framework (RDF) data. | [:link:](https://github.com/ruby-rdf/rdf) [:arrow_down:](https://rubygems.org/gems/rdf) |
| [re2c](http://re2c.org/) | A high-performance lexer generator for C and C++. | [:link:](https://github.com/skvadrik/re2c) [:arrow_down:]() |
Expand Down
6 changes: 3 additions & 3 deletions projects/protoflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"download-page": "https://crates.io/crates/protoflow",
"repository": {
"browse": "https://github.com/AsimovPlatform/protoflow",
"location": "https://github.com/AsimovPlatform/protoflow.git"
"browse": "https://github.com/asimov-platform/protoflow",
"location": "https://github.com/asimov-platform/protoflow.git"
},
"license": "https://github.com/AsimovPlatform/protoflow/blob/master/UNLICENSE"
"license": "https://github.com/asimov-platform/protoflow/blob/master/UNLICENSE"
}
6 changes: 3 additions & 3 deletions showcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@
},
"download-page": "https://crates.io/crates/protoflow",
"repository": {
"browse": "https://github.com/AsimovPlatform/protoflow",
"location": "https://github.com/AsimovPlatform/protoflow.git"
"browse": "https://github.com/asimov-platform/protoflow",
"location": "https://github.com/asimov-platform/protoflow.git"
},
"license": "https://github.com/AsimovPlatform/protoflow/blob/master/UNLICENSE"
"license": "https://github.com/asimov-platform/protoflow/blob/master/UNLICENSE"
},
{
"name": "pytube",
Expand Down
2 changes: 1 addition & 1 deletion showcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| [node-rdf](https://npmjs.com/package/rdf) | An ECMAScript/Node.js library for handling RDF data. | [:link:](https://github.com/awwright/node-rdf) [:arrow_down:](https://npmjs.com/package/rdf) |
| [Poolboy](https://github.com/devinus/poolboy) | A hunky Erlang worker pool factory. | [:link:](https://github.com/devinus/poolboy) [:arrow_down:](https://hex.pm/packages/poolboy) |
| [Postgres.js](https://github.com/porsager/postgres) | The fastest full-featured PostgreSQL client for Node.js, Deno, Bun, and Cloudflare. | [:link:](https://github.com/porsager/postgres) [:arrow_down:](https://npmjs.com/package/postgres) |
| [Protoflow](https://protoflow.rs) | Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages. | [:link:](https://github.com/AsimovPlatform/protoflow) [:arrow_down:](https://crates.io/crates/protoflow) |
| [Protoflow](https://protoflow.rs) | Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages. | [:link:](https://github.com/asimov-platform/protoflow) [:arrow_down:](https://crates.io/crates/protoflow) |
| [pytube](https://pytube.io) | A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube videos. | [:link:](https://github.com/pytube/pytube) [:arrow_down:](https://pypi.org/project/pytube/) |
| [RDF.rb](https://rubygems.org/gems/rdf) | A Ruby library for working with Resource Description Framework (RDF) data. | [:link:](https://github.com/ruby-rdf/rdf) [:arrow_down:](https://rubygems.org/gems/rdf) |
| [ripgrep](https://github.com/BurntSushi/ripgrep) | A line-oriented search tool that recursively searches the current directory for a regex pattern. | [:link:](https://github.com/BurntSushi/ripgrep) [:arrow_down:](https://github.com/BurntSushi/ripgrep/releases) |
Expand Down

0 comments on commit 509ba08

Please sign in to comment.