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 /subprojects | |
| parent | external & build dependences in src tree (diff) | |
cleaning
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 | 
