haskellPackages.haskell-snake: fix typo

"implemetation" -> "implementation"
This commit is contained in:
fetsorn 2023-05-08 20:27:35 +04:00
parent bb34b50cea
commit c1356da2df

View File

@ -132003,7 +132003,7 @@ self: {
executableHaskellDepends = [
base containers lens linear mtl random sdl2 sdl2-ttf text vector
];
description = "Snake game implemetation in Haskell using SDL2";
description = "Snake game implementation in Haskell using SDL2";
license = lib.licenses.gpl3Only;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;