diff --git a/pkgs/development/interpreters/racket/minimal.nix b/pkgs/development/interpreters/racket/minimal.nix index 900ee9f07e3..6f9549dc426 100644 --- a/pkgs/development/interpreters/racket/minimal.nix +++ b/pkgs/development/interpreters/racket/minimal.nix @@ -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.