diff --git a/dub.json b/dub.json index 1029ab4..b69d297 100644 --- a/dub.json +++ b/dub.json @@ -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"],