From dccfd4541a49bd073f9956da9f6578eae1039b7f Mon Sep 17 00:00:00 2001 From: winebarrel Date: Fri, 9 Dec 2022 14:39:36 +0900 Subject: [PATCH] Update maintainer to Kanmu, Inc. --- .goreleaser.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 94791b3..f4f1f9c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,7 +25,7 @@ nfpms: - id: prmdg-nfpms file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}" homepage: https://github.com/kanmu/prmdg - maintainer: Akira Chiku + maintainer: Kanmu, Inc. description: prmd style JSON Hyper Schema to Go structs, and validators license: MIT formats: diff --git a/README.md b/README.md index 1d3134e..26a3ee6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://github.com/kanmu/prmdg/actions/workflows/test.yml/badge.svg)](https://github.com/kanmu/prmdg/actions/workflows/test.yml) -[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/achiku/prmdg/master/LICENSE) -[![Go Report Card](https://goreportcard.com/badge/github.com/achiku/prmdg)](https://goreportcard.com/report/github.com/achiku/prmdg) +[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/kanmu/prmdg/master/LICENSE) +[![Go Report Card](https://goreportcard.com/badge/github.com/kanmu/prmdg)](https://goreportcard.com/report/github.com/kanmu/prmdg) prmd style JSON Hyper Schema to Go structs, and validators