Add me to the maintainer field of the packages

This commit is contained in:
Akshay Mankar
2019-07-12 07:24:44 +01:00
parent 4e22802ddb
commit 5d1508e7c0
2 changed files with 6 additions and 3 deletions

View File

@@ -1,11 +1,13 @@
name: kubernetes-client
version: 0.1.0.0
version: 0.1.0.1
description: |
Client library for interacting with a Kubernetes cluster.
This package contains hand-written code while kubernetes-client-core contains code auto-generated from the OpenAPI spec.
synopsis: Client library for Kubernetes
maintainer: Shimin Guo <smguo2001@gmail.com>
maintainer:
- Shimin Guo <smguo2001@gmail.com>
- Akshay Mankar <itsakshaymankar@gmail.com>
category: Web
license: Apache-2.0
license-file: LICENSE

View File

@@ -15,7 +15,8 @@ description: .
category: Web
homepage: https://github.com/kubernetes-client/haskell
author: Auto Generated
maintainer: Shimin Guo <smguo2001@gmail.com>
maintainer: Shimin Guo <smguo2001@gmail.com>,
Akshay Mankar <itsakshaymankar@gmail.com>
license: Apache-2.0
license-file: LICENSE
build-type: Simple