Skip to content

Commit 5c07e55

Browse files
committed
renaming from past lueur
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent a94fc2f commit 5c07e55

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ reliably/backend/.python-version
318318
reliably/frontend/c8-coverage.txt
319319
reliably/backend/uv.lock
320320

321+
deploy/docker/job/.pdm-python
321322

322323
###############################################################################
323324
# Documentation

deploy/docker/job/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.12"
77
license = {text = "Apache-2.0"}
88
authors = [
9-
{name = "Sylvain Hellegouarch", email = "sylvain@reliably.com"},
9+
{name = "Sylvain Hellegouarch", email = "sylvain@rebound.how"},
1010
]
1111
dependencies = [
1212
"chaostoolkit>=1.15",

fault/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ members = ["fault-cli", "fault-ebpf-programs"]
44
default-members = ["fault-cli"]
55

66
[workspace.package]
7-
version = "0.5.0"
7+
version = "0.6.0"
88
edition = "2024"
99
rust-version = "1.85"
1010
license-file = "LICENSE"
1111
repository = "https://github.com/rebound-how/rebound"
12-
documentation = "https://fault.dev"
13-
homepage = "https://fault.dev"
12+
documentation = "https://fault-project.com"
13+
homepage = "https://fault-project.com"
1414
include = [
1515
"build.rs",
1616
"src/**/*",

fault/fault-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fault-cli"
3-
authors = ["Sylvain Hellegouarch <sylvain@fault.dev>"]
4-
description = "Fault CLI"
3+
authors = ["Sylvain Hellegouarch <sylvain@rebound.how>"]
4+
description = "fault CLI"
55
keywords = ["fault", "ebpf"]
66
readme = "README.md"
77
repository.workspace = true

fault/fault-ebpf-programs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fault-ebpf-programs"
3-
authors = ["Sylvain Hellegouarch <sylvain@fault.dev>"]
4-
description = "Fault CLI"
3+
authors = ["Sylvain Hellegouarch <sylvain@rebound.how>"]
4+
description = "eBPF programs for the fault CLI"
55
keywords = ["fault", "ebpf"]
66
readme = "README.md"
77
repository.workspace = true

reliably/backend/data/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Dependencies for Reliably CLI executions"
55
requires-python = ">=3.11"
66
license = {text = "Apache-2.0"}
77
authors = [
8-
{name = "Sylvain Hellegouarch", email = "sylvain@reliably.com"},
8+
{name = "Sylvain Hellegouarch", email = "sylvain@rebound.how"},
99
]
1010
dependencies = [
1111
"chaostoolkit>=1.15",

reliably/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "reliably-app"
33
description = "Reliably - Resilience and Chaos Engineering Platform"
44
dynamic = ["version"]
55
authors = [
6-
{ name = "Sylvain Hellegouarch", email = "sylvain@reliably.com" },
6+
{ name = "Sylvain Hellegouarch", email = "sylvain@rebound.how" },
77
]
88
requires-python = ">=3.12"
99
readme = "docs/README.md"

reliably/job/container/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "reliablyjob"
33
version = "0.1.0"
44
description = ""
55
authors = [
6-
{name = "Sylvain Hellegouarch", email = "sylvain@reliably.com"},
6+
{name = "Sylvain Hellegouarch", email = "sylvain@rebound.how"},
77
]
88
dependencies = [
99
"chaostoolkit>=1.15",

0 commit comments

Comments
 (0)