bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7bd320f939598a7742a86e9af42964a111a5672e
parent 377c975fda87d13f2f2f7c2e4a870cace18f6cc6
Author: sorawee <sorawee@users.noreply.github.com>
Date:   Tue, 13 Mar 2018 18:58:54 -0700

Change llncs's download path, fix racket/racket#1973 (#163)

The path is changed to ftp://ftp.springernature.com/cs-proceeding/llncs/llncs2e.zip
which is the official file listed at
http://www.springer.com/us/computer-science/lncs/conference-proceedings-guidelines
Diffstat:
Mscribble-lib/scribble/lncs/lang.rkt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scribble-lib/scribble/lncs/lang.rkt b/scribble-lib/scribble/lncs/lang.rkt @@ -63,8 +63,8 @@ (unless (or (not (path? cls-file)) (file-exists? cls-file)) (log-error (format "File not found: ~a" cls-file)) - (define site "ftp.springer.de") - (define path "pub/tex/latex/llncs/latex2e") + (define site "ftp.springernature.com") + (define path "cs-proceeding/llncs") (define file "llncs2e.zip") (unless (directory-exists? (find-system-path 'addon-dir)) (make-directory (find-system-path 'addon-dir)))