From aa844bde996abc4759d4b89517014f69deaa6407 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Mon, 29 Jul 2019 22:13:47 +0200 Subject: [PATCH] Update maintainer info to new format --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d25e69e..be34fd0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:latest -MAINTAINER felixlohmeier +LABEL maintainer="felixlohmeier@opencultureconsulting.com" # The OpenRefine Python Client Library from PaulMakepeace provides an interface to communicating with an OpenRefine server. This fork extends the command line interface (CLI) and supports communication between docker containers. # Source: https://github.com/opencultureconsulting/openrefine-client