diff --git a/projects.json b/projects.json index a867e15..4f680a1 100644 --- a/projects.json +++ b/projects.json @@ -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", diff --git a/projects.md b/projects.md index e0205f1..ed6c80d 100644 --- a/projects.md +++ b/projects.md @@ -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:]() | diff --git a/projects/protoflow.json b/projects/protoflow.json index 994d9f7..fd85726 100644 --- a/projects/protoflow.json +++ b/projects/protoflow.json @@ -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" } diff --git a/showcase.json b/showcase.json index 3dba333..2d84fd0 100644 --- a/showcase.json +++ b/showcase.json @@ -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", diff --git a/showcase.md b/showcase.md index 91f07e7..ac16dbd 100644 --- a/showcase.md +++ b/showcase.md @@ -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) |