diff options
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/README | 4 | ||||
-rw-r--r-- | subprojects/d2sqlite3.wrap | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/subprojects/README b/subprojects/README index c4d9dcc..f973809 100644 --- a/subprojects/README +++ b/subprojects/README @@ -2,7 +2,7 @@ - dub - https://code.dlang.org/packages/d2sqlite3 - upstream - - https://github.com/biozic/d2sqlite3 + - https://github.com/dlang-community/d2sqlite3 - dyaml - dub - https://code.dlang.org/packages/dyaml @@ -17,6 +17,6 @@ - https://github.com/lgvz/imageformats - tinyendian (dyaml dependency) - dub - - http://code.dlang.org/packages/tinyendian + - https://code.dlang.org/packages/tinyendian - upstream git clone - https://github.com/dlang-community/tinyendian.git diff --git a/subprojects/d2sqlite3.wrap b/subprojects/d2sqlite3.wrap index 78643b5..ff86cc3 100644 --- a/subprojects/d2sqlite3.wrap +++ b/subprojects/d2sqlite3.wrap @@ -1,4 +1,4 @@ [wrap-git] directory = d2sqlite3 -url = https://github.com/biozic/d2sqlite3.git +url = https://github.com/dlang-community/d2sqlite3.git revision = head |