From b936afb8096aff30e6cbac95d1f3fa469ab1d3fc Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 24 Oct 2021 19:11:28 +0200 Subject: [PATCH] Changed license name to fit dub registry semantics --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],