From f12dd506e0a63f272c95df4a6f2ce3439bad4d58 Mon Sep 17 00:00:00 2001 From: who-biz <37732338+who-biz@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:31:06 -0500 Subject: [PATCH] Update contact email in all Cargo.tomls --- Cargo.toml | 2 +- api/Cargo.toml | 2 +- chain/Cargo.toml | 2 +- config/Cargo.toml | 2 +- core/Cargo.toml | 2 +- core/fuzz/Cargo.toml | 2 +- debian/changelog | 2 +- debian/control | 4 ++-- keychain/Cargo.toml | 2 +- p2p/Cargo.toml | 2 +- pool/Cargo.toml | 2 +- servers/Cargo.toml | 2 +- store/Cargo.toml | 2 +- util/Cargo.toml | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a16ed62c..eb847a20 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/api/Cargo.toml b/api/Cargo.toml index ee7d18aa..eb79a480 100755 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_api" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "APIs for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/chain/Cargo.toml b/chain/Cargo.toml index 9d6a3819..7f193b8f 100755 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_chain" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/config/Cargo.toml b/config/Cargo.toml index 30112fc5..0075d9cf 100755 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_config" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Configuration for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/core/Cargo.toml b/core/Cargo.toml index d8fa6786..6e73e9ec 100755 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_core" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/core/fuzz/Cargo.toml b/core/fuzz/Cargo.toml index c74e263f..da6e56bd 100755 --- a/core/fuzz/Cargo.toml +++ b/core/fuzz/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_core-fuzz" version = "0.0.3" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] publish = false [package.metadata] diff --git a/debian/changelog b/debian/changelog index 0af44c22..f1f3489e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ epic (3.5.2) focal; urgency=medium * Update tableview dependency to 0.14.0 * Resolve libgit2-sys dependabot vulnerability - -- Epic Team <admin@epic.tech> Wed, 22 Feb 2024 12:00:00 +0000 + -- Epic Team <info@epiccash.com> Wed, 22 Feb 2024 12:00:00 +0000 epic (3.5.0) focal; urgency=high diff --git a/debian/control b/debian/control index dc52d30f..3cc40727 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: epic Section: utils Priority: optional -Maintainer: Epic Team <admin@epic.tech> +Maintainer: Epic Team <info@epiccash.com> Build-Depends: build-essential, debhelper, cmake, libclang-dev, libncurses5-dev, clang, libncursesw5-dev, cargo, rustc Standards-Version: 4.0.0 -Homepage: http://brickabode.com/ +Homepage: https://epiccash.com Package: epic Architecture: amd64 diff --git a/keychain/Cargo.toml b/keychain/Cargo.toml index b7bd6bb8..eda8ed9b 100755 --- a/keychain/Cargo.toml +++ b/keychain/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_keychain" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 7cba3c1e..1321276d 100755 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_p2p" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/pool/Cargo.toml b/pool/Cargo.toml index a3ba96c9..27d7dad8 100755 --- a/pool/Cargo.toml +++ b/pool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_pool" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/servers/Cargo.toml b/servers/Cargo.toml index 104f12eb..1ffbb85f 100755 --- a/servers/Cargo.toml +++ b/servers/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_servers" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/store/Cargo.toml b/store/Cargo.toml index 5b281b12..4990dbde 100755 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_store" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic" diff --git a/util/Cargo.toml b/util/Cargo.toml index d6caf70e..5171f3a1 100755 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "epic_util" version = "3.5.2" -authors = ["Epic Foundation <epiccash@brickabode.com>"] +authors = ["Epic Foundation <info@epiccash.com>"] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" repository = "https://github.com/EpicCash/epic"