[vlc-commits] extras/package: update npapi code location

Felix Paul Kühne git at videolan.org
Tue Dec 8 14:05:34 CET 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Dec  8 14:05:22 2015 +0100| [2cc390045729b8e4cb51e6a8094df609461e7451] | committer: Felix Paul Kühne

extras/package: update npapi code location

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2cc390045729b8e4cb51e6a8094df609461e7451
---

 extras/package/npapi.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/npapi.am b/extras/package/npapi.am
index da8a4f0..564f14e 100644
--- a/extras/package/npapi.am
+++ b/extras/package/npapi.am
@@ -11,7 +11,7 @@ fetch-npapi:
 		git reset --hard origin/master; \
 		git submodule update; \
 	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 && \
 		git submodule update --init; \
 	fi



More information about the vlc-commits mailing list