Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gecko0307 committed Jan 12, 2022
1 parent 3e330f0 commit 2374226
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions dub.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "dlib",
"description": "D language utility library",
"homepage": "http://github.com/gecko0307/dlib",
"license": "BSL-1.0",
"authors": [
"Timur Gafarov",
"Martin Cejp",
Expand All @@ -14,9 +17,6 @@
"Valeriy Fedotov",
"Ferhat Kurtulmuş"
],
"license": "BSL-1.0",
"homepage": "http://github.com/gecko0307/dlib",
"name": "dlib",
"importPaths": [
"."
],
Expand All @@ -36,6 +36,5 @@
"sourceFiles-posix": ["libdlib.a"],
"sourceFiles-windows": ["dlib.lib"]
}
],
"-ddoxTool": "scod"
]
}

0 comments on commit 2374226

Please sign in to comment.