racket-minimal: Correct description: Dr. Racket, not Mr.

This commit is contained in:
Claes Wallin (韋嘉誠) 2018-02-13 08:05:35 +08:00
parent ebf394be85
commit e87fb71085

View File

@ -8,7 +8,7 @@ racket.overrideAttrs (oldAttrs: rec {
sha256 = "0c565jy2y3gjl5lncd5adjsrj8c24p4i062kphv26ni5q1nn5ip5";
};
description = "Racket without bundled packages, such as Mr Racket.";
description = "Racket without bundled packages, such as Dr. Racket.";
longDescription = ''The essential package racket-libs is included,
as well as libraries that live in collections. In particular, raco
and the pkg library are still bundled.