Rename to pzp

This commit is contained in:
Jacob Karlsson 2024-04-27 23:04:03 +02:00
parent 93fa810b9a
commit 7d0a6ee469
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,9 @@
# ppppp-caps
# pzp-caps
**Work in progress**
## Installation
`npm install pzp-caps`
## License
CC0-1.0 (public domain)

View File

@ -1,10 +1,11 @@
{
"name": "ppppp-caps",
"name": "pzp-caps",
"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": {
"type": "git",
"url": "git+https://github.com/staltz/ppppp-caps.git"
"url": "git@codeberg.org:pzp/pzp-caps.git"
},
"main": "caps.json",
"author": "public-domain",