Skip to content

Commit 37ae36b

Browse files
fix: use dkdc.io email for dkdc-io org (#4)
* update install instructions for consistency Add verify step and remove extra prose to match bookmarks and zorto. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: use dkdc.io email for dkdc-io org --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b4c36ea commit 37ae36b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

crates/dkdc-md-cli-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = "dkdc-md-cli-py"
55
version = "0.2.1"
66
edition = "2024"
7-
authors = ["Cody <cody@dkdc.dev>"]
7+
authors = ["Cody <cody@dkdc.io>"]
88
license = "MIT"
99

1010
[lib]

crates/dkdc-md-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "dkdc-md-cli"
33
version = "0.2.1"
44
edition = "2024"
55
rust-version = "1.93"
6-
authors = ["Cody <cody@dkdc.dev>"]
6+
authors = ["Cody <cody@dkdc.io>"]
77
license = "MIT"
88
description = "CLI for the MotherDuck REST API"
99
repository = "https://github.com/dkdc-io/md-cli"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "CLI for the MotherDuck REST API"
55
requires-python = ">=3.11"
66
license = "MIT"
77
license-files = ["LICENSE"]
8-
authors = [{ name = "Cody", email = "cody@dkdc.dev" }]
8+
authors = [{ name = "Cody", email = "cody@dkdc.io" }]
99
readme = "README.md"
1010
dependencies = []
1111

0 commit comments

Comments
 (0)