Skip to content

Commit dc7f1a3

Browse files
committed
🔍️ Add mailing_list_uri and google groups email
1 parent 91d116f commit dc7f1a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oauth-tty.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.name = "oauth-tty"
1212
spec.version = OAuth::TTY::Version::VERSION
1313
spec.authors = ["Thiago Pinto", "Peter Boling"]
14-
spec.email = ["[email protected]"]
14+
1515

1616
spec.summary = "OAuth 1.0 TTY CLI"
1717
spec.description = "OAuth 1.0 TTY Command Line Interface"
@@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/#{spec.name}/#{spec.version}"
2727
spec.metadata["wiki_uri"] = "#{spec.homepage}/-/wikis/home"
2828
spec.metadata["funding_uri"] = "https://liberapay.com/pboling"
29+
spec.metadata["mailing_list_uri"] = "https://groups.google.com/g/oauth-ruby"
2930
spec.metadata["rubygems_mfa_required"] = "true"
3031

3132
spec.files = Dir.glob("lib/**/*.rb") + ["LICENSE.txt", "README.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md",

0 commit comments

Comments
 (0)