Rename the project «hanafuda-protocol»
This commit is contained in:
parent
325d9dd610
commit
bac3cc5006
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Revision history for APILanguage
|
# Revision history for hanafuda-protocol
|
||||||
|
|
||||||
## 0.1.0.0 -- 2019-08-24
|
## 0.1.0.0 -- 2019-08-24
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# APILanguage
|
# Hanafuda Protocol
|
||||||
|
|
||||||
The language spoken by the server and clients over the websocket.
|
The language spoken by the server and clients over the websocket.
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
cabal-version: >=1.10
|
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
|
-- init'. For further documentation, see
|
||||||
-- http://haskell.org/cabal/users-guide/
|
-- http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: hanafuda-APILanguage
|
name: hanafuda-protocol
|
||||||
version: 0.1.0.0
|
version: 0.1.0.0
|
||||||
synopsis: The language spoken by the server and clients over the websocket.
|
synopsis: The language spoken by the server and clients over the websocket.
|
||||||
-- description:
|
-- description:
|
||||||
homepage: https://git.marvid.fr/hanafuda/APILanguage
|
homepage: https://git.marvid.fr/hanafuda/protocol
|
||||||
-- bug-reports:
|
-- bug-reports:
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
Loading…
Reference in a new issue