Skip to content

Commit ebd868d

Browse files
author
Simon Morley
committed
metadata: replace personal author email with role alias security@nullrabbit.ai (offensive-research context)
1 parent ea659f5 commit ebd868d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bundle-spec"
33
version = "0.1.2"
44
description = "Bundle v1 — canonical multi-modal capture format for adversarial blockchain validator research."
5-
authors = [{ name = "NullRabbit", email = "simon@nullrabbit.ai" }]
5+
authors = [{ name = "NullRabbit", email = "security@nullrabbit.ai" }]
66
readme = "README.md"
77
license = { text = "MIT" }
88
requires-python = ">=3.12"

rust/bundle_spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.1"
44
edition = "2021"
55
license = "MIT"
66
description = "Bundle v1 — canonical multi-modal capture format for adversarial blockchain validator research. Reference parser + schema."
7-
authors = ["NullRabbit <simon@nullrabbit.ai>"]
7+
authors = ["NullRabbit <security@nullrabbit.ai>"]
88
readme = "README.md"
99
repository = "https://github.com/NullRabbitLabs/nr-bundle-spec"
1010
homepage = "https://github.com/NullRabbitLabs/nr-bundle-spec"

0 commit comments

Comments
 (0)