remove reference to url

This commit is contained in:
Hans Erik van Elburg 2015-01-04 00:02:49 +01:00
parent 93c55c5ec6
commit 6644d3c641

2
acprep
View file

@ -646,7 +646,7 @@ class PrepareBuild(CommandLineApp):
self.execute(*packages)
elif system.startswith('CYGWIN'):
self.log.info('Looks like you are using Cygwin')
self.log.info('Please install the dependencies manually, see https://github.com/ledger/ledger/wiki/Build-instructions-for-Cygwin.')
self.log.info('Please install the dependencies manually.')
#########################################################################
# Determine the system's basic configuration #