diff options
author | nodiscc <nodiscc@gmail.com> | 2023-07-15 17:03:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 17:03:29 +0000 |
commit | 299c20baf68c2057d88591f91309406adfa70e49 (patch) | |
tree | db9fbff9a49c51645041fca7773011407ba98c0a | |
parent | Merge pull request #4018 from awesome-selfhosted/authors-plaintext (diff) | |
download | awesome-selfhosted-299c20baf68c2057d88591f91309406adfa70e49.tar.gz awesome-selfhosted-299c20baf68c2057d88591f91309406adfa70e49.zip |
Fix activepieces source code URL (#4017)
- URL is not detected as a github project URL by https://github.com/nodiscc/hecat, metadata not updated
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ _Related: [Internet of Things (IoT)](#internet-of-things-iot), [Software Develop - [Accelerated Text](https://github.com/accelerated-text/accelerated-text) - Automatically generate multiple natural language descriptions of your data varying in wording and structure. `Apache-2.0` `Java` - [Actionsflow](https://actionsflow.github.io/docs/) `⚠` - The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions. ([Source Code](https://github.com/actionsflow/actionsflow)) `MIT` `Docker/Nodejs` -- [Activepieces](https://www.activepieces.com) - No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card. ([Source Code](https://www.github.com/activepieces/activepieces)) `MIT` `Typescript` +- [Activepieces](https://www.activepieces.com) - No-code business automation tool like Zapier or Tray. For example, you can send a Slack notification for each new Trello card. ([Source Code](https://github.com/activepieces/activepieces)) `MIT` `Typescript` - [ActiveWorkflow](https://github.com/automaticmode/active_workflow) - An intelligent process and workflow automation platform based on software agents. `MIT` `Ruby` - [AmIUnique](https://amiunique.org/) - Learn how identifiable you are on the Internet (browser fingerprinting tool). ([Source Code](https://github.com/DIVERSIFY-project/amiunique)) `MIT` `Java` - [Apache Airflow](https://airflow.apache.org/) - Airflow is a platform to programmatically author, schedule, and monitor workflows. ([Source Code](https://github.com/apache/airflow/)) `Apache-2.0` `Python/Docker` |