From e87fb710851063b48731b4b8c4db2ae77270cd54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claes=20Wallin=20=28=E9=9F=8B=E5=98=89=E8=AA=A0=29?= Date: Tue, 13 Feb 2018 08:05:35 +0800 Subject: [PATCH] racket-minimal: Correct description: Dr. Racket, not Mr. --- pkgs/development/interpreters/racket/minimal.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/racket/minimal.nix b/pkgs/development/interpreters/racket/minimal.nix index 900ee9f07e3e..6f9549dc426b 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.