Fixed gem specification email address

Necessary to send inquiries to engineering team.

Milestone: patch
This commit is contained in:
Brooke Kuhlmann
2025-05-28 17:09:56 -06:00
parent 2cedec8682
commit 100d18ae84
+1 -1
View File
@@ -4,7 +4,7 @@ Gem::Specification.new do |spec|
spec.name = "trmnl-api"
spec.version = "0.2.0"
spec.authors = ["TRMNL"]
spec.email = ["support@usetrmnl.com"]
spec.email = ["engineering@usetrmnl.com"]
spec.homepage = "https://github.com/usetrmnl/trmnl-api"
spec.summary = "A monadic TRMNL API client."
spec.license = "MIT"