summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cuddeback <david.cuddeback@gmail.com>2020-04-05 08:50:57 -0600
committerDavid Cuddeback <david.cuddeback@gmail.com>2020-04-05 16:10:27 -0600
commit5ca00db65b81665a5eaee4033fea3d6fc3681a13 (patch)
tree482d049dbbacf490a2fc3cc86bc71fa0b7e1d1be
parent45ff4b083af991eec8a4b1d910fcc987ab24911b (diff)
downloadtermios-rs-5ca00db65b81665a5eaee4033fea3d6fc3681a13.zip
Update contributors
Moving contributors from the README to a CONTRIBUTORS file, because it can be easily updated with the following command: $ git log --format='%aN <%aE>' | sort -u > CONTRIBUTORS
-rw-r--r--CONTRIBUTORS7
-rw-r--r--README.md6
2 files changed, 7 insertions, 6 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
new file mode 100644
index 0000000..d30b5dd
--- /dev/null
+++ b/CONTRIBUTORS
@@ -0,0 +1,7 @@
+Aaron Bieber <aaron@bolddaemon.com>
+atomicules <base@atomicules.co.uk>
+Conrad Kleinespel <conradk@conradk.com>
+David Cuddeback <david.cuddeback@gmail.com>
+Greg V <greg@unrelenting.technology>
+Joshua M. Clulow <josh@sysmgr.org>
+Mike Zeller <mike@mikezeller.net>
diff --git a/README.md b/README.md
index 8b3824a..82e841e 100644
--- a/README.md
+++ b/README.md
@@ -70,12 +70,6 @@ fn setup_fd(fd: RawFd) -> io::Result<()> {
}
```
-## Contributors
-* [dcuddeback](https://github.com/dcuddeback/)
-* [conradkleinespel](https://github.com/conradkleinespel)
-* [myfreeweb](https://github.com/myfreeweb)
-* [qbit](https://github.com/qbit)
-
## License
Copyright © 2015 David Cuddeback