From d31f528f1fee03b2ac2dad1aacd17bd8e89bb45b Mon Sep 17 00:00:00 2001 From: meowcoder Date: Wed, 3 Dec 2014 08:56:37 +0500 Subject: [PATCH 1/2] Added new team. --- Teams/zuffathon/ABOUT.md | 5 +++++ Teams/zuffathon/team.json | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 Teams/zuffathon/ABOUT.md create mode 100644 Teams/zuffathon/team.json diff --git a/Teams/zuffathon/ABOUT.md b/Teams/zuffathon/ABOUT.md new file mode 100644 index 0000000..25b2c3d --- /dev/null +++ b/Teams/zuffathon/ABOUT.md @@ -0,0 +1,5 @@ +Zuffathon +=========================== + +TBD + diff --git a/Teams/zuffathon/team.json b/Teams/zuffathon/team.json new file mode 100644 index 0000000..7afa71a --- /dev/null +++ b/Teams/zuffathon/team.json @@ -0,0 +1,16 @@ +{ + "teamName": "Zuffathon", + "members": [ + { + "name": "Nauman Qazi", + "koding": "nami", + "location": "Islamabad, PAK", + "lead": true + }, + { + "name": "Alex S.", + "koding": "meowcoder", + "location": "Novosibirsk, RU" + } + ] +} From 8129df3d39fcfa34c484fb557734f3ea1f07fcea Mon Sep 17 00:00:00 2001 From: meowcoder Date: Wed, 3 Dec 2014 09:03:44 +0500 Subject: [PATCH 2/2] Fixed country code --- Teams/zuffathon/team.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Teams/zuffathon/team.json b/Teams/zuffathon/team.json index 7afa71a..51ad5c1 100644 --- a/Teams/zuffathon/team.json +++ b/Teams/zuffathon/team.json @@ -4,7 +4,7 @@ { "name": "Nauman Qazi", "koding": "nami", - "location": "Islamabad, PAK", + "location": "Islamabad, PK", "lead": true }, {