From 391a7a6b91f38e0e74694e5e98b4112068a13dd1 Mon Sep 17 00:00:00 2001
From: Peter Krautzberger
Date: Mon, 16 Mar 2015 08:53:43 +0100
Subject: [PATCH] composer.json author info
should correspond to copyright owner
---
composer.json | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/composer.json b/composer.json
index 0abed0125..b1b9d27ae 100644
--- a/composer.json
+++ b/composer.json
@@ -7,16 +7,8 @@
"license": "Apache-2.0",
"authors": [
{
- "name": "Davide Cervone",
- "homepage": "https://github.com/dpvc"
- },
- {
- "name": "Christian Perfect",
- "homepage": "https://github.com/christianp"
- },
- {
- "name": "Peter Krautzberger",
- "homepage": "https://github.com/pkra"
+ "name": "MathJax Consortium",
+ "homepage": "https://github.com/mathjax"
}
]
}