Skip to content

Commit b44e33b

Browse files
committed
Modify basic information
1 parent 051afac commit b44e33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -xe && \
3535
cmake -DCMAKE_CXX_STANDARD=11 . && \
3636
make install -j $THREADS && \
3737
cd .. && \
38-
git clone https://github.com/tindy2013/subconverter --depth=1 && \
38+
git clone https://github.com/iCasture/subconverter --depth=1 && \
3939
cd subconverter && \
4040
[ -n "$SHA" ] && sed -i 's/\(v[0-9]\.[0-9]\.[0-9]\)/\1-'"$SHA"'/' src/version.h;\
4141
python3 -m ensurepip && \

0 commit comments

Comments
 (0)