mirror of https://codeberg.org/pzp/pzp-caps.git
Rename to pzp
This commit is contained in:
parent
93fa810b9a
commit
7d0a6ee469
10
README.md
10
README.md
|
@ -1,3 +1,9 @@
|
||||||
# ppppp-caps
|
# pzp-caps
|
||||||
|
|
||||||
**Work in progress**
|
## Installation
|
||||||
|
|
||||||
|
`npm install pzp-caps`
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
CC0-1.0 (public domain)
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "ppppp-caps",
|
"name": "pzp-caps",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "The Caps string for the PPPPP protocol using secret handshake",
|
"description": "The Caps string for the PZP protocol using secret handshake",
|
||||||
|
"homepage": "https://codeberg.org/pzp/pzp-caps",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/staltz/ppppp-caps.git"
|
"url": "git@codeberg.org:pzp/pzp-caps.git"
|
||||||
},
|
},
|
||||||
"main": "caps.json",
|
"main": "caps.json",
|
||||||
"author": "public-domain",
|
"author": "public-domain",
|
||||||
|
|
Loading…
Reference in New Issue