From 6d941350d42a61293886f2a046a64807b55f9a43 Mon Sep 17 00:00:00 2001 From: James Ding Date: Sun, 28 Jun 2026 18:45:59 -0700 Subject: [PATCH] chore: update maintainer email to james@twango.dev Update the contact address in the CLI author metadata, the goreleaser package maintainer field, and the code of conduct. --- .goreleaser.yaml | 2 +- CODE_OF_CONDUCT.md | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 102cacd..8cb3328 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -63,7 +63,7 @@ nfpms: - id: packages package_name: lfm-cli formats: [deb, rpm, apk] - maintainer: "James Ding " + maintainer: "James Ding " description: "Show your Last.FM scrobbles on Discord" homepage: "https://github.com/twangodev/lfm-cli" bindir: /usr/bin diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 2bd1085..e51d911 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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 diff --git a/main.go b/main.go index b3316b3..410761a 100644 --- a/main.go +++ b/main.go @@ -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",