From bac3cc50069615989be2437c97a219180c084e83 Mon Sep 17 00:00:00 2001 From: Tissevert Date: Sat, 4 Jan 2020 12:04:04 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20the=20project=20=C2=ABhanafuda-protoco?= =?UTF-8?q?l=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- README.md | 4 ++-- hanafuda-APILanguage.cabal => hanafuda-protocol.cabal | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename hanafuda-APILanguage.cabal => hanafuda-protocol.cabal (81%) 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