Skip to content

Commit

Permalink
License payjoin-cli MITNFA
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Nov 29, 2023
1 parent 774a52d commit 9a0bb4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion payjoin-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "payjoin-cli"
version = "0.0.1-alpha"
authors = ["Dan Gould <[email protected]>", "Martin Habovstiak <[email protected]>"]
authors = ["Dan Gould <[email protected]>"]
repository = "https://github.com/payjoin/rust-payjoin"
readme = "README.md"
keywords = ["bip78", "payjoin", "bitcoin"]
categories = ["cryptography::cryptocurrencies", "network-programming"]
license = "MITNFA"
edition = "2021"
resolver = "2"
exclude = ["tests"]
Expand Down
2 changes: 1 addition & 1 deletion payjoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "payjoin"
version = "0.11.0"
authors = ["Dan Gould <[email protected]>"]
authors = ["Dan Gould <[email protected]>"]
description = "Payjoin Library for the BIP78 Pay to Endpoint protocol."
repository = "https://github.com/payjoin/rust-payjoin"
readme = "../README.md"
Expand Down

0 comments on commit 9a0bb4c

Please sign in to comment.