summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/dub.json9
-rw-r--r--os/tanya/os/error.d (renamed from os/source/tanya/os/error.d)2
-rw-r--r--os/tanya/os/package.d (renamed from os/source/tanya/os/package.d)2
3 files changed, 10 insertions, 3 deletions
diff --git a/os/dub.json b/os/dub.json
index 87df29d..647e24d 100644
--- a/os/dub.json
+++ b/os/dub.json
@@ -5,5 +5,12 @@
"dependencies": {
"tanya:meta": "*"
- }
+ },
+
+ "sourcePaths": [
+ "."
+ ],
+ "importPaths": [
+ "."
+ ]
}
diff --git a/os/source/tanya/os/error.d b/os/tanya/os/error.d
index b80404a..31c0102 100644
--- a/os/source/tanya/os/error.d
+++ b/os/tanya/os/error.d
@@ -9,7 +9,7 @@
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
* Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/os/error.d,
+ * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/os/tanya/os/error.d,
* tanya/os/error.d)
*/
module tanya.os.error;
diff --git a/os/source/tanya/os/package.d b/os/tanya/os/package.d
index c472c05..070ec44 100644
--- a/os/source/tanya/os/package.d
+++ b/os/tanya/os/package.d
@@ -10,7 +10,7 @@
* License: $(LINK2 https://www.mozilla.org/en-US/MPL/2.0/,
* Mozilla Public License, v. 2.0).
* Authors: $(LINK2 mailto:info@caraus.de, Eugene Wissner)
- * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/source/tanya/os/package.d,
+ * Source: $(LINK2 https://github.com/caraus-ecms/tanya/blob/master/os/tanya/os/package.d,
* tanya/os/package.d)
*/
module tanya.os;