Browse Source

strip email

Kevin Burke 11 years ago
parent
commit
1088ec6c25
2 changed files with 11 additions and 11 deletions
  1. 10 10
      CONTRIBUTORS
  2. 1 1
      Makefile

+ 10 - 10
CONTRIBUTORS

@@ -1,12 +1,12 @@
 Contributors to ngrok, both large and small:
 
-- Alan Shreve <alan@inconshreveable.com>
-- Brandon Philips <brandon@ifup.org>
-- Caleb Spare <cespare@gmail.com>
-- Jay Hayes <jay@bignerdranch.com>
-- Kevin Burke <kevin@twilio.com>
-- Kyle Conroy <kyle.j.conroy@gmail.com>
-- Nick Presta <nick@nickpresta.ca>
-- Stephen Huenneke <stephen.huenneke@gmail.com>
-- inconshreveable <alan@inconshreveable.com>
-- jzs <jens@zeilund.dk>
+- Alan Shreve 
+- Brandon Philips 
+- Caleb Spare 
+- Jay Hayes 
+- Kevin Burke 
+- Kyle Conroy 
+- Nick Presta 
+- Stephen Huenneke 
+- inconshreveable 
+- jzs 

+ 1 - 1
Makefile

@@ -40,4 +40,4 @@ clean:
 
 contributors:
 	echo "Contributors to ngrok, both large and small:\n" > CONTRIBUTORS
-	git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^/- /' >> CONTRIBUTORS
+	git log --raw | grep "^Author: " | sort | uniq | cut -d ' ' -f2- | sed 's/^/- /' | cut -d '<' -f1 >> CONTRIBUTORS