Skip to content

Commit 4b66e81

Browse files
author
Vladimir Kotal
committed
change maintainer to Github repo URL
Yahoo groups are going away
1 parent 0d7ace5 commit 4b66e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN mvn -DskipTests=true -Dmaven.javadoc.skip=true -B -V package
3333
RUN cp `ls -t distribution/target/*.tar.gz | head -1` /opengrok.tar.gz
3434

3535
FROM tomcat:9-jdk11
36-
LABEL maintainer="opengrok-dev@yahoogroups.com"
36+
LABEL maintainer="https://github.com/oracle/opengrok"
3737

3838
# install dependencies and Python tools
3939
RUN apt-get update && \

0 commit comments

Comments
 (0)