Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ nfpms:
- id: packages
package_name: lfm-cli
formats: [deb, rpm, apk]
maintainer: "James Ding <jamesding365@gmail.com>"
maintainer: "James Ding <james@twango.dev>"
description: "Show your Last.FM scrobbles on Discord"
homepage: "https://github.com/twangodev/lfm-cli"
bindir: /usr/bin
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
jamesding365@gmail.com.
james@twango.dev.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
Authors: []*cli.Author{
{
Name: "James Ding",
Email: "jamesding365@gmail.com",
Email: "james@twango.dev",
},
},
Copyright: "(c) 2022 James Ding",
Expand Down
Loading