Skip to content

Commit 3515143

Browse files
committed
Trivial: Tidy up dub.json
1 parent 27a99d2 commit 3515143

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

dub.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"name": "bitblob",
3-
"authors": [
4-
"Mathias 'Geod24' Lang"
5-
],
6-
"description": "A small library to represent hash types as value types",
7-
"copyright": "Copyright © 2018, Mathias 'Geod24' Lang",
8-
"license": "MIT"
9-
}
2+
"name": "bitblob",
3+
"description": "A small library to represent hash types as value types",
4+
5+
"license": "MIT",
6+
"authors": [ "Mathias 'Geod24' Lang" ],
7+
"copyright": "Copyright © 2018, Mathias 'Geod24' Lang"
8+
}

0 commit comments

Comments
 (0)