Skip to content

Commit

Permalink
Update contact email in all Cargo.tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
who-biz committed Feb 22, 2024
1 parent 10ea5d9 commit f12dd50
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]> Wed, 22 Feb 2024 12:00:00 +0000
-- Epic Team <[email protected]> Wed, 22 Feb 2024 12:00:00 +0000

epic (3.5.0) focal; urgency=high

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Source: epic
Section: utils
Priority: optional
Maintainer: Epic Team <[email protected]>
Maintainer: Epic Team <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion keychain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion servers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f12dd50

Please sign in to comment.