1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: ghc-wai-cors: Fix typo in description.

* gnu/packages/haskell-web.scm (ghc-wai-cors)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:55:06 +02:00
parent cb22d103fb
commit 04c49b2528
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2266,7 +2266,7 @@ server no longer receives pings, it shuts down.")
("ghc-websockets" ,ghc-websockets)))
(home-page "https://github.com/larskuhtz/wai-cors")
(synopsis "Cross-Origin Resource Sharing (CORS) for WAI")
(description "This package provides an implemenation of Cross-Origin
(description "This package provides an implementation of Cross-Origin
Resource Sharing (CORS) for the Web Application Framework (WAI) that
aims to be compliant with @url{https://www.w3.org/TR/cors}.")
(license license:expat)))