Skip to content

Commit 4a08909

Browse files
committed
Merge branch '3762bhanu-patch-1' into development
2 parents ddec3a1 + 8f25fd4 commit 4a08909

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

people.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
}, {
123123
name: "Ben Shih",
124124
url: "https://github.com/benshih"
125+
}, {
126+
name: "Bhanu Prakash Singh",
127+
url: "https://github.com/3762bhanu"
125128
}, {
126129
name: "Bóris Marin",
127130
url: "https://github.com/borismarin"
@@ -199,6 +202,9 @@
199202
// Gopal Sarma for Best Practices Badge
200203
name: "Gopal Sarma",
201204
url: "https://github.com/gsarma"
205+
}, {
206+
name: "Jaideep Seth",
207+
url: "https://github.com/jaideep-seth"
202208
}, {
203209
name: "Jay Coggan",
204210
url: "http://www.linkedin.com/pub/jay-s-coggan/27/215/741"
@@ -349,11 +355,7 @@
349355
}, {
350356
name: "Wilson Zhao",
351357
url: "https://github.com/wilzh40"
352-
}, {
353-
name: "Jaideep Seth",
354-
url: "https://github.com/jaideep-seth"
355-
}
356-
];
358+
}];
357359

358360
//Render the data into the template
359361
var rendered = Mustache.render(template, rowify(contributors, 6));

0 commit comments

Comments
 (0)