Skip to content

Commit 4ef6f9e

Browse files
committed
Fixed up the author list to only have names, not emails
1 parent 28e422e commit 4ef6f9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Interface to the C ncurses library",
44
"homepage": "http://github.com/D-Programming-Deimos/ncurses",
55
"authors": [
6-
"Jon \"ylixir\" Allen, [email protected]",
7-
"Dejan Lekic, dejan.lekic @ (gmail.com || kcl.ac.uk)",
8-
"Jude \"1100110\" Young, [email protected]"
6+
"Jon \"ylixir\" Allen",
7+
"Dejan Lekic",
8+
"Jude \"1100110\" Young"
99
],
1010
"license": "ncurses",
1111
"sourcePaths": [

0 commit comments

Comments
 (0)