From: Joe Workman Date: Mon, 20 Jul 2020 19:46:11 +0000 (-0700) Subject: Update more package details X-Git-Tag: v2.3.0^2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fchore%2Fupdate-dependencies;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Update more package details --- diff --git a/gem/foundation-emails.gemspec b/gem/foundation-emails.gemspec index fb5d7f0a..fa7d986d 100644 --- a/gem/foundation-emails.gemspec +++ b/gem/foundation-emails.gemspec @@ -6,10 +6,10 @@ require "foundation_emails/version" Gem::Specification.new do |spec| spec.name = "foundation_emails" spec.version = FoundationEmails::VERSION - spec.authors = ["ZURB"] - spec.email = ["foundation@zurb.com"] + spec.authors = ["Foundation"] + spec.email = ["contact@get.foundation"] - spec.summary = %q{A framework for responsive emails made by ZURB.} + spec.summary = %q{A framework for responsive emails.} spec.description = %q{Foundation for Emails (previously known as Ink) is a framework for creating responsive HTML emails that work in any email client.} spec.homepage = "https://get.foundation/emails" spec.license = "MIT" diff --git a/package.json b/package.json index 139aee48..61b3e630 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "foundation-emails", "version": "2.2.1", - "description": "A framework for responsive emails made by ZURB", + "description": "A framework for responsive emails", "keywords": [ "responsive", "emails" ], "style": "dist/foundation-emails.min.css", "main": "dist/foundation-emails.css", - "author": "ZURB (http://foundation.zurb.com)", + "author": "Foundation (https://get.foundation)", "scripts": { "start": "gulp", "test:visual": "gulp test",