update urls

This commit is contained in:
Thomas Vander Stichele
2012-11-23 15:46:31 +00:00
parent 001769f338
commit b292b340d1

View File

@@ -39,13 +39,13 @@ EXTRA_DIST = log/test_log.py python-command/scripts/help2man
musicbrainzngs/musicbrainz.py: all
python-musicbrainz-ngs:
git clone https://github.com/thomasvs/python-musicbrainz-ngs.git
git clone git://github.com/thomasvs/python-musicbrainz-ngs.git
python-musicbrainz-ngs-check:
if test ! -e $(top_srcdir)/morituri/extern/musicbrainzngs/musicbrainz.py; then echo cloning python-musicbrainz-ngs; make python-musicbrainz-ngs; fi
python-command:
git clone https://github.com/thomasvs/python-command.git
git clone git://github.com/thomasvs/python-musicbrainz-ngs.git
python-command-check:
if test ! -e $(top_srcdir)/morituri/extern/command/command.py; then echo cloning python-command; make python-command; fi