diff --git a/CHANGELOG.md b/CHANGELOG.md index e8730d0..ad9213f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Revision history for APILanguage +# Revision history for hanafuda-protocol ## 0.1.0.0 -- 2019-08-24 diff --git a/README.md b/README.md index d66339d..821cd58 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# APILanguage +# Hanafuda Protocol -The language spoken by the server and clients over the websocket. \ No newline at end of file +The language spoken by the server and clients over the websocket. diff --git a/hanafuda-APILanguage.cabal b/hanafuda-protocol.cabal similarity index 81% rename from hanafuda-APILanguage.cabal rename to hanafuda-protocol.cabal index 6a54660..7dad8f3 100644 --- a/hanafuda-APILanguage.cabal +++ b/hanafuda-protocol.cabal @@ -1,13 +1,13 @@ cabal-version: >=1.10 --- Initial package description 'APILanguage.cabal' generated by 'cabal +-- Initial package description 'hanafuda-protocol.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ -name: hanafuda-APILanguage +name: hanafuda-protocol version: 0.1.0.0 synopsis: The language spoken by the server and clients over the websocket. -- description: -homepage: https://git.marvid.fr/hanafuda/APILanguage +homepage: https://git.marvid.fr/hanafuda/protocol -- bug-reports: license: BSD3 license-file: LICENSE