Skip to content

Commit be1d671

Browse files
authored
Transfer ownership to cego organization (#97)
1 parent 6b53052 commit be1d671

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
platforms: linux/amd64,linux/arm64
2525
push: true
26-
tags: ghcr.io/firecow/swarm-app:${{ github.ref_name }}
26+
tags: ghcr.io/cego/swarm-app:${{ github.ref_name }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "https://github.com/firecow/swarm-app.git"
45+
"url": "https://github.com/cego/swarm-app.git"
4646
},
4747
"author": "Mads Jon Nielsen <madsjon@gmail.com>",
4848
"license": "MIT",
4949
"bugs": {
50-
"url": "https://github.com/firecow/swarm-app/issues"
50+
"url": "https://github.com/cego/swarm-app/issues"
5151
},
52-
"homepage": "https://github.com/firecow/swarm-app#readme",
52+
"homepage": "https://github.com/cego/swarm-app#readme",
5353
"keywords": [
5454
"docker",
5555
"stack",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ process.on("uncaughtException", (err) => {
2020
const terminalWidth = yargs().terminalWidth();
2121
void yargs(process.argv.slice(2)).
2222
parserConfiguration({"greedy-arrays": false}).
23-
usage("Find more information at https://github.com/firecow/swarm-app").
23+
usage("Find more information at https://github.com/cego/swarm-app").
2424
env("SWARMAPP").
2525
command(validateCommand).
2626
command(diffCommand).

0 commit comments

Comments
 (0)