diff --git a/Dockerfile b/Dockerfile index b3064281..4eee25b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN rm -rf /var/lib/apt/lists/* COPY package*.json ./ RUN npm install -RUN git clone -n https://github.com/wukko/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt +RUN git clone -n https://github.com/imputnet/cobalt.git --depth 1 && mv cobalt/.git ./ && rm -rf cobalt COPY . . EXPOSE 9000 diff --git a/package.json b/package.json index c9c93ddb..ffb78672 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cobalt", "description": "save what you love", "version": "7.13.3", - "author": "wukko", + "author": "imput", "exports": "./src/cobalt.js", "type": "module", "engines": { @@ -17,13 +17,13 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/wukko/cobalt.git" + "url": "git+https://github.com/imputnet/cobalt.git" }, "license": "AGPL-3.0", "bugs": { - "url": "https://github.com/wukko/cobalt/issues" + "url": "https://github.com/imputnet/cobalt/issues" }, - "homepage": "https://github.com/wukko/cobalt#readme", + "homepage": "https://github.com/imputnet/cobalt#readme", "dependencies": { "content-disposition-header": "0.6.0", "cors": "^2.8.5",