Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 7f8d856

Browse files
authored
refactor: rename all instances of sayajin-labs into kkrt-labs for safety (#742)
<!--- Please provide a general summary of your changes in the title above --> <!-- Give an estimate of the time you spent on this PR in terms of work days. Did you spend 0.5 days on this PR or rather 2 days? --> Time spent on this PR: ## Pull request type <!-- Please try to limit your pull request to one type, submit multiple pull requests if needed. --> Please check the type of change your PR introduces: - [ ] Bugfix - [ ] Feature - [ ] Code style update (formatting, renaming) - [x] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [x] Documentation content changes - [ ] Other (please describe): ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Resolves #<Issue number> ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - - -
1 parent 25b83d9 commit 7f8d856

File tree

6 files changed

+57
-57
lines changed

6 files changed

+57
-57
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "kakarot",
3-
"projectOwner": "sayajin-labs",
3+
"projectOwner": "kkrt-labs",
44
"repoType": "github",
55
"repoHost": "https://github.com",
66
"files": [

README.md

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

docker/devnet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG DEVNET_VERSION
22
FROM shardlabs/starknet-devnet:${DEVNET_VERSION}
33

4-
LABEL org.opencontainers.image.source=https://github.com/sayajin-labs/kakarot
4+
LABEL org.opencontainers.image.source=https://github.com/kkrt-labs/kakarot
55
LABEL org.opencontainers.image.description="A starknet-devnet with pre-deployed kakarot contract"
66
LABEL org.opencontainers.image.licenses=MIT
77

docs/CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ a project may be further defined and clarified by project maintainers.
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
5858
reported by contacting the project maintainer using any of the
59-
[private contact addresses](https://github.com/sayajin-labs/kakarot#support).
60-
All complaints will be reviewed and investigated and will result in a response
61-
that is deemed necessary and appropriate to the circumstances. The project team
62-
is obligated to maintain confidentiality with regard to the reporter of an
59+
[private contact addresses](https://github.com/kkrt-labs/kakarot#support). All
60+
complaints will be reviewed and investigated and will result in a response that
61+
is deemed necessary and appropriate to the circumstances. The project team is
62+
obligated to maintain confidentiality with regard to the reporter of an
6363
incident. Further details of specific enforcement policies may be posted
6464
separately.
6565

docs/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If there are any vulnerabilities in **Kakarot**, don't hesitate to _report
66
them_.
77

88
1. Use any of the
9-
[private contact addresses](https://github.com/sayajin-labs/kakarot#support).
9+
[private contact addresses](https://github.com/kkrt-labs/kakarot#support).
1010
2. Describe the vulnerability.
1111

1212
If you have a fix, that is most welcome -- please attach or summarize it in

scripts/artifacts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_resources(
1919
):
2020
# Pull latest main artifacts
2121
response = requests.get(
22-
"https://api.github.com/repos/sayajin-labs/kakarot/actions/artifacts"
22+
"https://api.github.com/repos/kkrt-labs/kakarot/actions/artifacts"
2323
)
2424
artifacts = (
2525
pd.DataFrame(
@@ -52,7 +52,7 @@ def get_resources(
5252

5353
def fetch_deployments(path: str = "deployments"):
5454
response = requests.get(
55-
"https://api.github.com/repos/sayajin-labs/kakarot/actions/artifacts"
55+
"https://api.github.com/repos/kkrt-labs/kakarot/actions/artifacts"
5656
)
5757
artifacts = (
5858
pd.DataFrame(

0 commit comments

Comments
 (0)