Skip to content

Commit 7d2c4fd

Browse files
committed
update authors
1 parent 7284453 commit 7d2c4fd

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ RUN /usr/bin/aws s3 cp s3://keboola-drivers/teradata/tdodbc1710-17.10.00.08-1.x8
55
RUN /usr/bin/aws s3 cp s3://keboola-drivers/exasol/EXASOL_ODBC-7.1.10.tar.gz /tmp/exasol/odbc.tar.gz
66

77
FROM php:8.1-cli-buster
8+
MAINTAINER Keboola <devel@keboola.com>
89

910
ARG COMPOSER_FLAGS="--prefer-dist --no-interaction"
1011
ARG DEBIAN_FRONTEND=noninteractive

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"name": "keboola/table-backend-utils",
3+
"authors": [
4+
{
5+
"name": "Keboola",
6+
"email": "devel@keboola.com"
7+
}
8+
],
39
"description": "Package allows to import files to Snowflake from multiple cloud storages",
410
"license": "MIT",
511
"require": {

0 commit comments

Comments
 (0)