aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-02-25 10:36:43 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2021-03-05 16:34:52 -0500
commitc4089574242a027db1655f0ee15eac9953fe9993 (patch)
treec7576090a317f5cb915c4a6407393ca458d4ec4b /dub.json
parentexternal & build dependences in src tree (diff)
cleaning
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json6
1 files changed, 3 insertions, 3 deletions
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",