From c4089574242a027db1655f0ee15eac9953fe9993 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 25 Feb 2021 10:36:43 -0500 Subject: cleaning --- dub.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dub.json') diff --git a/dub.json b/dub.json index 621c4b7..21241a8 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "name": "spine", "version": "0.11.3", "description": "a sisu like document parser", - "homepage": "http://sisudoc.org", + "homepage": "https://sisudoc.org", "license": "AGPL-3.0+", "targetPath": "./bin", "sourcePaths": [ "./src/doc_reform" ], @@ -69,11 +69,11 @@ "copyright": "Copyright © 2011-2018, Ferdinand Majerech", "sourcePaths": [ "./src/ext_depends/D-YAML/source/dyaml", - "./src/ext_depends/D-YAML/source/tinyendian" + "./src/ext_depends/tinyendian/source" ], "importPaths": [ "./src/ext_depends/D-YAML/source/dyaml", - "./src/ext_depends/D-YAML/source/tinyendian" + "./src/ext_depends/tinyendian/source" ], "preGenerateCommands": [ "rm -rf ./src/ext_depends/D-YAML/examples", -- cgit v1.2.3