summaryrefslogtreecommitdiff
path: root/pkgs/by-name/ch/chez-scmutils/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ch/chez-scmutils/package.nix')
-rw-r--r--pkgs/by-name/ch/chez-scmutils/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ch/chez-scmutils/package.nix b/pkgs/by-name/ch/chez-scmutils/package.nix
index 853a4aa1a72d..faecbe619935 100644
--- a/pkgs/by-name/ch/chez-scmutils/package.nix
+++ b/pkgs/by-name/ch/chez-scmutils/package.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
doCheck = false;
meta = with lib; {
- description = "This is a port of the ‘MIT Scmutils’ library to Chez Scheme";
+ description = "Port of the 'MIT Scmutils' library to Chez Scheme";
homepage = "https://github.com/fedeinthemix/chez-scmutils/";
maintainers = [ maintainers.jitwit ];
license = licenses.gpl3;