Skip to content

Commit

Permalink
Fix invalid authors property (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored May 19, 2021
1 parent ae0e20b commit b4b1aeb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions exercises/concept/interest-is-interesting/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"authors": [
{
"github_username": "porkostomus",
"exercism_username": "porkostomus"
}
"porkostomus"
],
"forked_from": ["fsharp/floating-point-numbers"]
"forked_from": [
"fsharp/floating-point-numbers"
]
}

0 comments on commit b4b1aeb

Please sign in to comment.