diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-25 10:36:43 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-03-05 16:34:52 -0500 |
commit | c4089574242a027db1655f0ee15eac9953fe9993 (patch) | |
tree | c7576090a317f5cb915c4a6407393ca458d4ec4b /dub.json | |
parent | external & build dependences in src tree (diff) |
cleaning
Diffstat (limited to 'dub.json')
-rw-r--r-- | dub.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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", |