Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
swift: remove email from maintainers label (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoh7645 authored Apr 30, 2020
1 parent fc67941 commit c10b80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/swift/image/Dockerfile-stack
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM swift:5.1

LABEL Description="Appsody runtime for Swift applications"
LABEL maintainer="Ian Partridge <[email protected]>, David Jones <djones6@uk.ibm.com>"
LABEL maintainer="Ian Partridge <ianpartridge>, David Jones <djones6>"

RUN apt-get update \
&& apt-get install -y zlib1g-dev libcurl4-openssl-dev libssl-dev \
Expand Down
2 changes: 1 addition & 1 deletion incubator/swift/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Swift
version: 0.2.6
version: 0.2.7
description: Appsody runtime for Swift applications
license: Apache-2.0
language: swift
Expand Down

0 comments on commit c10b80a

Please sign in to comment.