summaryrefslogtreecommitdiffstats
path: root/JWT.php
diff options
context:
space:
mode:
authorAnant Narayanan <anant@kix.in>2012-12-31 16:07:33 -0800
committerAnant Narayanan <anant@kix.in>2012-12-31 16:07:33 -0800
commit24b07575613a1bea9615693d6dfa4636679c2b8f (patch)
tree4b101b1a997729e6287e67c133c3b1ead4d9cd8c /JWT.php
parent872d372ca79bc44ef358af2b8c13c3256c71e420 (diff)
downloadphp-jwt-24b07575613a1bea9615693d6dfa4636679c2b8f.zip
php-jwt-24b07575613a1bea9615693d6dfa4636679c2b8f.tar.gz
php-jwt-24b07575613a1bea9615693d6dfa4636679c2b8f.tar.bz2
Update package file for PEAR submission
Diffstat (limited to 'JWT.php')
-rw-r--r--JWT.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/JWT.php b/JWT.php
index b6434d6..fb32df1 100644
--- a/JWT.php
+++ b/JWT.php
@@ -5,7 +5,7 @@
* http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06
*
* @author Neuman Vong <neuman@twilio.com>
- * @author Anant Narayanan <anant@kix.in>
+ * @author Anant Narayanan <anant@php.net>
*/
class JWT
{