Changed license name to fit dub registry semantics

This commit is contained in:
Tristan B. Velloza Kildaire 2021-10-24 19:11:28 +02:00
parent 9fcb3b89e7
commit b936afb809
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
],
"copyright": "Copyright © 2021, Tristan B. Kildaire",
"description": "TUN adapter for D",
"license": "LGPLv3",
"license": "LGPL-3.0",
"name": "libtun",
"targetType": "library",
"preBuildCommands": ["cc $PACKAGE_DIR/source/libtun/tunctl.c -o $PACKAGE_DIR/source/tunctl.o -c"],