Skip to content

Commit 04e31dd

Browse files
committed
fix dub.json
1 parent 1ab6500 commit 04e31dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dub.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "mir-algorithm",
33
"authors": [
4-
"Ilya Yaroshenko"
4+
"Ilya Yaroshenko",
5+
"Andrei Alexandrescu",
6+
"Walter Bright",
7+
"Phobos developers (see information per file)"
58
],
69
"targetType": "sourceLibrary",
7-
"description": "Standard algorithms, ranges and ndslices (tensors) for Dlang",
8-
"copyright": "Copyright © 2016, Ilya Yaroshenko",
10+
"description": "Standard algorithms, ranges, iterators, and ndslices (tensors) for Dlang",
11+
"copyright": "Copyright © 2016 - 2017, Ilya Yaroshenko, Digital Mars (see information per file)",
912
"license": "BSL-1.0"
1013
}

0 commit comments

Comments
 (0)