diff options
author | 2017-12-31 22:56:33 -0500 | |
---|---|---|
committer | 2017-12-31 22:56:33 -0500 | |
commit | f7d1fb9c32a4a3deaa76786ebfe3dc81da6e78a3 (patch) | |
tree | 0ec38f74891bd31f3b93b123e876e22fabedcacc /src/Makefile | |
parent | 683baffc9e2439067967fb05b481e415d481c900 (diff) | |
download | textadept-f7d1fb9c32a4a3deaa76786ebfe3dc81da6e78a3.tar.gz textadept-f7d1fb9c32a4a3deaa76786ebfe3dc81da6e78a3.zip |
Fixed Scintillua link.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index e36325c6..56cdad0a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -399,7 +399,7 @@ ifndef NIGHTLY #scinterm_url = http://foicica.com/scinterm/download/$@ scinterm_url = http://foicica.com/hg/scinterm/archive/$@ #scintillua_url = http://foicica.com/scintillua/download/$@ - scintillua_url = http://foicica.com/scintillua/archive/$@ + scintillua_url = http://foicica.com/hg/scintillua/archive/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ else |