summary refs log tree commit diff
path: root/pkgs/development/chez-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-12 01:30:02 +0200
committerGitHub <noreply@github.com>2021-04-12 01:30:02 +0200
commitd8c6dda74bd187e645848ad7ec981def6ba30a41 (patch)
tree0454d70d7a856d3f3a7b7a93f8e30afe6e06ea71 /pkgs/development/chez-modules
parente0ab35fae4d1dfba5c98b390cee2fe6c04284276 (diff)
downloadnixpkgs-d8c6dda74bd187e645848ad7ec981def6ba30a41.tar
nixpkgs-d8c6dda74bd187e645848ad7ec981def6ba30a41.tar.gz
nixpkgs-d8c6dda74bd187e645848ad7ec981def6ba30a41.tar.bz2
nixpkgs-d8c6dda74bd187e645848ad7ec981def6ba30a41.tar.lz
nixpkgs-d8c6dda74bd187e645848ad7ec981def6ba30a41.tar.xz
nixpkgs-d8c6dda74bd187e645848ad7ec981def6ba30a41.tar.zst
nixpkgs-d8c6dda74bd187e645848ad7ec981def6ba30a41.zip
chez-matchable: typo fix in the description value
Diffstat (limited to 'pkgs/development/chez-modules')
-rw-r--r--pkgs/development/chez-modules/chez-matchable/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/chez-modules/chez-matchable/default.nix b/pkgs/development/chez-modules/chez-matchable/default.nix
index d66f6133fb7..738d4b06aee 100644
--- a/pkgs/development/chez-modules/chez-matchable/default.nix
+++ b/pkgs/development/chez-modules/chez-matchable/default.nix
@@ -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;