Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-08-01 20:19:19 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-08-01 20:19:19 +0300
commit8254e53c7976bdaa3c3298506b6e17f8022df717 (patch)
tree1ee17868bb9a19a73d7258b625d1a549644f99c4 /client
parent3fad24ce0ac57ec74cd681682bad6053e33d7456 (diff)
make desktop team the maintainer of the desktop client CI imagesupgradeClientAppimage
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'client')
-rw-r--r--client/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index e72c33f..2f68666 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -1,6 +1,6 @@
FROM ubuntu:22.04
-MAINTAINER Roeland Jago Douma <roeland@famdouma.nl>
+MAINTAINER Desktop Team <desktop@nextcloud.com>
# Run 'docker build' with '--build-arg BUILD_QT=1' to build Qt from source (default: not set)
ARG BUILD_QT