Skip to content

Commit

Permalink
Merge pull request #122 from DanGould/cli-license
Browse files Browse the repository at this point in the history
License payjoin-cli MITNFA
  • Loading branch information
DanGould authored Nov 29, 2023
2 parents 774a52d + 9a0bb4c commit 008074e
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 008074e

Please sign in to comment.