Merge pull request #230724 from fetsorn/typo/hs-haskell-snake

haskellPackages.haskell-snake: fix typo
This commit is contained in:
Weijia Wang 2023-05-08 19:31:14 +03:00 committed by GitHub
commit fda0d66608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;