Merge pull request #119195 from SuperSandro2000/SuperSandro2000-patch-1
chez-matchable: typo fix in the description value
This commit is contained in:
commit
14e3c672c4
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
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/";
|
homepage = "https://github.com/fedeinthemix/chez-matchable/";
|
||||||
maintainers = [ maintainers.jitwit ];
|
maintainers = [ maintainers.jitwit ];
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user