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
commit 14e3c672c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;