aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2015-03-14 15:41:30 +0530
committerSudar <sudar@sudarmuthu.com>2015-03-14 15:41:30 +0530
commitea67b57949f55082df35c283b84c9dfcc12dec15 (patch)
tree0b05d95fd085f9a746b14016060044f34fae99e2 /README.md
parentfb94c84bff327c4bcf6d730a159e77cba22a2fbb (diff)
Add credit to the contributors
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c2cc3e..6cbb188 100644
--- a/README.md
+++ b/README.md
@@ -327,7 +327,7 @@ Please be sure to report issues to [Bare-Arduino–Project](https://github.com/W
## Credits
This makefile was originally created by [Martin Oldfield](http://mjo.tc/atelier/2009/02/arduino-cli.html) and he maintained it till v0.10.2.
-From May 2013, it is maintained by [Sudar](http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile)
+From May 2013, it is maintained by [Sudar Muthu](http://hardwarefun.com/tutorials/compiling-arduino-sketches-using-makefile) and [Simon John](https://github.com/sej7278) with the help of [40+ contributors](https://github.com/sudar/Arduino-Makefile/graphs/contributors).
## Similar works
- It's not a derivative of this, but Alan Burlison has written a [similar thing](http://bleaklow.com/2010/06/04/a_makefile_for_arduino_sketches.html).