Skip to content

Commit d06bcc3

Browse files
committed
update repo url in package.json and dockerfile
1 parent d7a3a7c commit d06bcc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN rm -rf /var/lib/apt/lists/*
88
COPY package*.json ./
99
RUN npm install
1010

11-
RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
11+
RUN git clone -n https://github.com/imputnet/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt
1212

1313
COPY . .
1414
EXPOSE 9000

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cobalt",
33
"description": "save what you love",
44
"version": "7.13.3",
5-
"author": "wukko",
5+
"author": "imput",
66
"exports": "./src/cobalt.js",
77
"type": "module",
88
"engines": {
@@ -17,13 +17,13 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "git+https://github.com/wukko/cobalt.git"
20+
"url": "git+https://github.com/imputnet/cobalt.git"
2121
},
2222
"license": "AGPL-3.0",
2323
"bugs": {
24-
"url": "https://github.com/wukko/cobalt/issues"
24+
"url": "https://github.com/imputnet/cobalt/issues"
2525
},
26-
"homepage": "https://github.com/wukko/cobalt#readme",
26+
"homepage": "https://github.com/imputnet/cobalt#readme",
2727
"dependencies": {
2828
"content-disposition-header": "0.6.0",
2929
"cors": "^2.8.5",

0 commit comments

Comments
 (0)