Skip to content

Commit

Permalink
📝 Update author email
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Feb 26, 2021
1 parent 96b8c1c commit eee2048
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ RUN cd /tmp && mvn package -DskipTests -Pci -q && mv target/solo/* /opt/solo/ \
&& cp -f /tmp/src/main/resources/docker/* /opt/solo/

FROM openjdk:8-alpine
LABEL maintainer="Liang Ding<d@b3log.org>"
LABEL maintainer="Liang Ding<845765@qq.com>"

WORKDIR /opt/solo/
COPY --from=MVN_BUILD /opt/solo/ /opt/solo/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -24,12 +24,12 @@
"maintainers": [
{
"name": "Liang Ding",
"email": "d@b3log.org",
"email": "845765@qq.com",
"url": "http://88250.b3log.org"
},
{
"name": "Liyuan Li",
"email": "v@b3log.org",
"email": "84588990@qq.com",
"url": "http://vanessa.b3log.org"
}
],
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -36,9 +36,9 @@

<developers>
<developer>
<id>d@b3log.org</id>
<id>845765@qq.com</id>
<name>Liang Ding</name>
<email>d@b3log.org</email>
<email>845765@qq.com</email>
<url>http://88250.b3log.org</url>
<roles>
<role>Lead</role>
Expand All @@ -50,9 +50,9 @@
</developer>

<developer>
<id>v@b3log.org</id>
<id>84588990@qq.com</id>
<name>Liyuan Li</name>
<email>v@b3log.org</email>
<email>84588990@qq.com</email>
<url>http://vanessa.b3log.org</url>
<roles>
<role>Committer</role>
Expand Down

0 comments on commit eee2048

Please sign in to comment.