Repository: incubator-airflow Updated Branches: refs/heads/master ec80f9441 -> 8754cb1c6
[AIRFLOW-XXX] Fix chronological order for companies using Airflow - Merging https://github.com/apache/incubator- airflow/pull/3067 disturbed the chronological order that was followed by the list of companies using Airflow. This PR is just fixing it. Closes #3135 from kaxil/patch-1 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/8754cb1c Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/8754cb1c Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/8754cb1c Branch: refs/heads/master Commit: 8754cb1c6dfa4c70ed51b67b52049f15e988eab9 Parents: ec80f94 Author: Kaxil Naik <[email protected]> Authored: Wed Mar 21 12:00:29 2018 +0100 Committer: Fokko Driesprong <[email protected]> Committed: Wed Mar 21 12:00:29 2018 +0100 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/8754cb1c/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index abae356..373466c 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Currently **officially** using Airflow: 1. [Data Reply](https://www.datareply.co.uk/) [[@kaxil](https://github.com/kaxil)] 1. [Digital First Media](http://www.digitalfirstmedia.com/) [[@duffn](https://github.com/duffn) & [@mschmo](https://github.com/mschmo) & [@seanmuth](https://github.com/seanmuth)] 1. [DocuTAP](https://www.docutap.com/) [[@jshvrsn](https://github.com/jshvrsn) & [@lhvphan](https://github.com/lhvphan) & [@cloneluke](https://github.com/cloneluke)] +1. [Dotmodus](http://dotmodus.com) [[@dannylee12](https://github.com/dannylee12)] 1. [Drivy](https://www.drivy.com) [[@AntoineAugusti](https://github.com/AntoineAugusti)] 1. [Easy Taxi](http://www.easytaxi.com/) [[@caique-lima](https://github.com/caique-lima) & [@WesleyBatista](https://github.com/WesleyBatista) & [@diraol](https://github.com/diraol)] 1. [eRevalue](https://www.datamaran.com) [[@hamedhsn](https://github.com/hamedhsn)] @@ -228,7 +229,6 @@ Currently **officially** using Airflow: 1. [Zenly](https://zen.ly) [[@cerisier](https://github.com/cerisier) & [@jbdalido](https://github.com/jbdalido)] 1. [Zymergen](https://www.zymergen.com/) 1. [99](https://99taxis.com) [[@fbenevides](https://github.com/fbenevides), [@gustavoamigo](https://github.com/gustavoamigo) & [@mmmaia](https://github.com/mmmaia)] -1. [dotmodus](http://dotmodus.com) [@dannylee12](https://github.com/dannylee12) ## Links
