Skip to content

Commit

Permalink
fix license string in dub.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Dec 16, 2019
1 parent 2b66af8 commit 8575f50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"description": "ORM for D language, similar to Hibernate",
"authors": ["Vadim Lopatin"],
"homepage": "https://github.com/buggins/hibernated",
"license": "Boost Software License (BSL 1.0)",
"license": "BSL-1.0",
"dependencies": {
"ddbc": "~>0.5.1"
},
"targetType": "staticLibrary",
"targetPath": "lib",
"buildRequirements": [
"allowWarnings"
],
],
"systemDependencies": "Depending on configuration: ODBC, PostgreSQL and/or SQLite v3",
"configurations": [
{
"name": "full",
Expand Down

0 comments on commit 8575f50

Please sign in to comment.