update repo url in package.json and dockerfile

This commit is contained in:
wukko 2024-05-14 12:54:07 +06:00
parent d7a3a7cac4
commit d06bcc3e12
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ RUN rm -rf /var/lib/apt/lists/*
COPY package*.json ./ COPY package*.json ./
RUN npm install 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 . . COPY . .
EXPOSE 9000 EXPOSE 9000

View file

@ -2,7 +2,7 @@
"name": "cobalt", "name": "cobalt",
"description": "save what you love", "description": "save what you love",
"version": "7.13.3", "version": "7.13.3",
"author": "wukko", "author": "imput",
"exports": "./src/cobalt.js", "exports": "./src/cobalt.js",
"type": "module", "type": "module",
"engines": { "engines": {
@ -17,13 +17,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/wukko/cobalt.git" "url": "git+https://github.com/imputnet/cobalt.git"
}, },
"license": "AGPL-3.0", "license": "AGPL-3.0",
"bugs": { "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": { "dependencies": {
"content-disposition-header": "0.6.0", "content-disposition-header": "0.6.0",
"cors": "^2.8.5", "cors": "^2.8.5",