File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN rm -rf /var/lib/apt/lists/*
8
8
COPY package*.json ./
9
9
RUN npm install
10
10
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
12
12
13
13
COPY . .
14
14
EXPOSE 9000
Original file line number Diff line number Diff line change 2
2
"name" : " cobalt" ,
3
3
"description" : " save what you love" ,
4
4
"version" : " 7.13.3" ,
5
- "author" : " wukko " ,
5
+ "author" : " imput " ,
6
6
"exports" : " ./src/cobalt.js" ,
7
7
"type" : " module" ,
8
8
"engines" : {
17
17
},
18
18
"repository" : {
19
19
"type" : " git" ,
20
- "url" : " git+https://github.com/wukko /cobalt.git"
20
+ "url" : " git+https://github.com/imputnet /cobalt.git"
21
21
},
22
22
"license" : " AGPL-3.0" ,
23
23
"bugs" : {
24
- "url" : " https://github.com/wukko /cobalt/issues"
24
+ "url" : " https://github.com/imputnet /cobalt/issues"
25
25
},
26
- "homepage" : " https://github.com/wukko /cobalt#readme" ,
26
+ "homepage" : " https://github.com/imputnet /cobalt#readme" ,
27
27
"dependencies" : {
28
28
"content-disposition-header" : " 0.6.0" ,
29
29
"cors" : " ^2.8.5" ,
You can’t perform that action at this time.
0 commit comments