Skip to content

Commit

Permalink
Merge pull request #21 from kanmu/update_pacakge
Browse files Browse the repository at this point in the history
Update package
  • Loading branch information
winebarrel authored Dec 5, 2024
2 parents 3f0f044 + da03043 commit 941e1a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ checksum:
name_template: "checksums.txt"
nfpms:
- file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Arch }}"
homepage: https://github.com/winebarrel/rdsauth
homepage: https://github.com/kanmu/rdsauth
description: rdsauth is a tool to generate an auth token used to connect to a db with IAM credentials.
license: MIT
maintainer: "Genki Sugawara <sugawara@winebarrel.jp>"
formats:
- deb
- rpm
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# rdsauth

[![CI](https://github.com/winebarrel/rdsauth/actions/workflows/ci.yml/badge.svg)](https://github.com/winebarrel/rdsauth/actions/workflows/ci.yml)
[![CI](https://github.com/kanmu/rdsauth/actions/workflows/ci.yml/badge.svg)](https://github.com/kanmu/rdsauth/actions/workflows/ci.yml)

rdsauth is a tool to generate an auth token used to connect to a db with IAM credentials.

## Download

https://github.com/winebarrel/rdsauth/releases/latest
https://github.com/kanmu/rdsauth/releases/latest

## Usage

Expand Down
2 changes: 1 addition & 1 deletion cmd/rdsauth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"

"github.com/alecthomas/kong"
"github.com/winebarrel/rdsauth"
"github.com/kanmu/rdsauth"
)

var version string
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/winebarrel/rdsauth
module github.com/kanmu/rdsauth

go 1.23.2

Expand Down

0 comments on commit 941e1a8

Please sign in to comment.