Skip to content

Commit

Permalink
chore: rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
Mednoob committed Nov 22, 2023
1 parent 54bf6b9 commit d9d91f6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>clytage/renovate-config"]
"extends": ["github>stegripe/renovate-config"]
}
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

# jobs:
# docker:
# uses: clytage/workflows/.github/workflows/docker-build.yml@main
# uses: stegripe/workflows/.github/workflows/docker-build.yml@main
# secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ on:

jobs:
test:
uses: clytage/workflows/.github/workflows/pnpm-lint-and-test.yml@main
uses: stegripe/workflows/.github/workflows/pnpm-lint-and-test.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN pnpm prune --production
FROM ghcr.io/hazmi35/node:21-alpine

LABEL name "template"
LABEL maintainer "Clytage <admin@clytage.org>"
LABEL maintainer "Stegripe <admin@stegripe.org>"

# Copy needed files
COPY --from=build-stage /tmp/build/package.json .
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @clytage/template
# @stegripe/template

A template to generate well-configured project base for Clytage.
A template to generate well-configured project base for Stegripe.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "template",
"version": "1.0.0",
"description": "A template to generate well-configured project base for Clytage.",
"description": "A template to generate well-configured project base for Stegripe.",
"main": "dist/index.js",
"type": "module",
"scripts": {
Expand All @@ -14,14 +14,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/clytage/template.git"
"url": "git+https://github.com/stegripe/template.git"
},
"author": "Clytage <admin@clytage.org>",
"author": "Stegripe <admin@stegripe.org>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/clytage/template/issues"
"url": "https://github.com/stegripe/template/issues"
},
"homepage": "https://github.com/clytage/template#readme",
"homepage": "https://github.com/stegripe/template#readme",
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
Expand Down

0 comments on commit d9d91f6

Please sign in to comment.