From d1e2ad29b7d6896a52b96f58706cb631d509977c Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 17 May 2010 00:53:12 -0400 Subject: [PATCH] A lot of "plt-scheme.org" -> "racket-lang.org"s. original commit: a46743211b75cfc1fc8aa66f8bc9934fcdc2be38 --- collects/mzlib/zip.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/zip.rkt b/collects/mzlib/zip.rkt index e04296c..b404e6e 100644 --- a/collects/mzlib/zip.rkt +++ b/collects/mzlib/zip.rkt @@ -26,7 +26,7 @@ (define *spec-version* 62) ; version 6.2 (define *required-version* 20) ; version 2.0 (define *compression-level* 8) ; I don't think this is configurable - (define *zip-comment* #"packed by PLT Scheme - http://www.plt-scheme.org/") + (define *zip-comment* #"packed by Racket - http://racket-lang.org/") ;; PKZIP specification: ;; http://www.pkware.com/company/standards/appnote/