Commit 2cc39004 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/package: update npapi code location

parent 7ada6eae
...@@ -11,7 +11,7 @@ fetch-npapi: ...@@ -11,7 +11,7 @@ fetch-npapi:
git reset --hard origin/master; \ git reset --hard origin/master; \
git submodule update; \ git submodule update; \
else \ else \
git clone git://git.videolan.org/npapi-vlc.git npapi-vlc && \ git clone https://code.videolan.org/videolan/npapi-vlc.git npapi-vlc && \
cd npapi-vlc && \ cd npapi-vlc && \
git submodule update --init; \ git submodule update --init; \
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment