renamed project to gemcap

It was brought to my attention that there is a rust package named gemserv. I changed the name to avoid any potential confusion.
This commit is contained in:
2021-11-17 13:15:36 -05:00
parent 735719aaa7
commit f751ccf191
8 changed files with 42 additions and 42 deletions

View File

@@ -1,6 +1,6 @@
{-
gemserv
gemcap
Cooyright (C) Jonathan Lamothe <jonathan@jlamothe.net>
@@ -23,9 +23,9 @@ License along with this program. If not, see
module Main (main) where
import Test.Hspec (hspec)
import qualified Network.GemServSpec as GemServ
import qualified Network.Gemini.CapsuleSpec as GemCap
main :: IO ()
main = hspec GemServ.spec
main = hspec GemCap.spec
--jl