From 8b7b421c0c2cc9e998f74b410c14acca58aed5dd Mon Sep 17 00:00:00 2001 From: Actimia Date: Sat, 10 Oct 2015 16:26:49 +0200 Subject: [PATCH] Update dub.json --- dub.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dub.json b/dub.json index 82dd977..4a3a370 100644 --- a/dub.json +++ b/dub.json @@ -3,6 +3,8 @@ "description": "A D implementation of the hashids library", "authors": ["Viking Edström"], "license": "MIT", + "copyright": "(c) 2015 Viking Edström", + "targetType": "sourceLibrary", "dependencies": { } }