diff options
| author | Graydon Hoare <[email protected]> | 2011-05-05 16:40:11 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-05 16:40:57 -0700 |
| commit | b3b98f3046ed7fdffd18d05971fe4122d955ce15 (patch) | |
| tree | 22b647dd3bfa39cca16019bdc3816bc5f2a20924 | |
| parent | Add quick sort function to the std lib. (diff) | |
| download | rust-b3b98f3046ed7fdffd18d05971fe4122d955ce15.tar.xz rust-b3b98f3046ed7fdffd18d05971fe4122d955ce15.zip | |
Add Kelly to AUTHORS.
| -rw-r--r-- | AUTHORS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index b9d26ae5..9033883d 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -15,6 +15,7 @@ Jason Orendorff <[email protected]> Jeff Balogh <[email protected]> Jeff Mulzelaar <[email protected]> Jeffrey Yasskin <[email protected]> +Kelly Wilson <[email protected]> Lindsey Kuper <[email protected]> Marijn Haverbeke <[email protected]> Matt Brubeck <[email protected]> |