summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-04-12 02:11:56 +0200
committerGitHub <noreply@github.com>2021-04-12 02:11:56 +0200
commit14e3c672c4d39a075c53b7fee2efa6afe6a1aa06 (patch)
tree869eeede52b544d77709c4497409f97392e9f763 /pkgs
parente040eb5c233f01e51db8cf471f548e42801ef84f (diff)
parentd8c6dda74bd187e645848ad7ec981def6ba30a41 (diff)
downloadnixpkgs-14e3c672c4d39a075c53b7fee2efa6afe6a1aa06.tar
nixpkgs-14e3c672c4d39a075c53b7fee2efa6afe6a1aa06.tar.gz
nixpkgs-14e3c672c4d39a075c53b7fee2efa6afe6a1aa06.tar.bz2
nixpkgs-14e3c672c4d39a075c53b7fee2efa6afe6a1aa06.tar.lz
nixpkgs-14e3c672c4d39a075c53b7fee2efa6afe6a1aa06.tar.xz
nixpkgs-14e3c672c4d39a075c53b7fee2efa6afe6a1aa06.tar.zst
nixpkgs-14e3c672c4d39a075c53b7fee2efa6afe6a1aa06.zip
Merge pull request #119195 from SuperSandro2000/SuperSandro2000-patch-1
chez-matchable: typo fix in the description value
Diffstat (limited to 'pkgs')
-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;