Merge pull request #119195 from SuperSandro2000/SuperSandro2000-patch-1

chez-matchable: typo fix in the description value
This commit is contained in:
Sandro
2021-04-12 02:11:56 +02:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
doCheck = false;
meta = with lib; {
description = "This is a Library for ChezScheme providing the protable hygenic pattern matcher by Alex Shinn";
description = "This is a Library for ChezScheme providing the portable hygenic pattern matcher by Alex Shinn";
homepage = "https://github.com/fedeinthemix/chez-matchable/";
maintainers = [ maintainers.jitwit ];
license = licenses.publicDomain;