Skip to content

Commit afe2eed

Browse files
authored
Merge pull request #5 from kanmu/fix_maintainer
Update maintainer to Kanmu, Inc.
2 parents f43cba5 + dccfd45 commit afe2eed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nfpms:
2525
- id: prmdg-nfpms
2626
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
2727
homepage: https://github.com/kanmu/prmdg
28-
maintainer: Akira Chiku <[email protected]>
28+
maintainer: Kanmu, Inc. <[email protected]>
2929
description: prmd style JSON Hyper Schema to Go structs, and validators
3030
license: MIT
3131
formats:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![Build Status](https://github.com/kanmu/prmdg/actions/workflows/test.yml/badge.svg)](https://github.com/kanmu/prmdg/actions/workflows/test.yml)
44

5-
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/achiku/prmdg/master/LICENSE)
6-
[![Go Report Card](https://goreportcard.com/badge/github.com/achiku/prmdg)](https://goreportcard.com/report/github.com/achiku/prmdg)
5+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/kanmu/prmdg/master/LICENSE)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/kanmu/prmdg)](https://goreportcard.com/report/github.com/kanmu/prmdg)
77

88
prmd style JSON Hyper Schema to Go structs, and validators
99

0 commit comments

Comments
 (0)