From 100d18ae844d816a7d61578ea4e71c6458158499 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Wed, 28 May 2025 17:01:25 -0600 Subject: [PATCH] Fixed gem specification email address Necessary to send inquiries to engineering team. Milestone: patch --- trmnl-api.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trmnl-api.gemspec b/trmnl-api.gemspec index a1aea06..70a3512 100644 --- a/trmnl-api.gemspec +++ b/trmnl-api.gemspec @@ -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"