Skip to content

Commit 8575f50

Browse files
committed
fix license string in dub.json
1 parent 2b66af8 commit 8575f50

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dub.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
"description": "ORM for D language, similar to Hibernate",
44
"authors": ["Vadim Lopatin"],
55
"homepage": "https://github.com/buggins/hibernated",
6-
"license": "Boost Software License (BSL 1.0)",
6+
"license": "BSL-1.0",
77
"dependencies": {
88
"ddbc": "~>0.5.1"
99
},
1010
"targetType": "staticLibrary",
1111
"targetPath": "lib",
1212
"buildRequirements": [
1313
"allowWarnings"
14-
],
14+
],
15+
"systemDependencies": "Depending on configuration: ODBC, PostgreSQL and/or SQLite v3",
1516
"configurations": [
1617
{
1718
"name": "full",

0 commit comments

Comments
 (0)