From 9a0bb4c6562134bca2aface63f37bb5dba053642 Mon Sep 17 00:00:00 2001 From: DanGould Date: Wed, 29 Nov 2023 16:19:10 -0500 Subject: [PATCH] License payjoin-cli MITNFA --- payjoin-cli/Cargo.toml | 5 ++++- payjoin/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/payjoin-cli/Cargo.toml b/payjoin-cli/Cargo.toml index 3fd8b872..c0a49475 100644 --- a/payjoin-cli/Cargo.toml +++ b/payjoin-cli/Cargo.toml @@ -1,9 +1,12 @@ [package] name = "payjoin-cli" version = "0.0.1-alpha" -authors = ["Dan Gould ", "Martin Habovstiak "] +authors = ["Dan Gould "] 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"] diff --git a/payjoin/Cargo.toml b/payjoin/Cargo.toml index 8b75fb83..645bfaf8 100644 --- a/payjoin/Cargo.toml +++ b/payjoin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "payjoin" version = "0.11.0" -authors = ["Dan Gould "] +authors = ["Dan Gould "] description = "Payjoin Library for the BIP78 Pay to Endpoint protocol." repository = "https://github.com/payjoin/rust-payjoin" readme = "../README.md"