From e1ee56b085bca4881259ce49ca8f9f5edc82a53c Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Wed, 28 Oct 2015 18:45:33 +0100 Subject: [PATCH] Rename company --- openproject-costs.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openproject-costs.gemspec b/openproject-costs.gemspec index b5fb61cf25..462de77be3 100644 --- a/openproject-costs.gemspec +++ b/openproject-costs.gemspec @@ -7,8 +7,8 @@ require 'open_project/costs/version' Gem::Specification.new do |s| s.name = 'openproject-costs' s.version = OpenProject::Costs::VERSION - s.authors = 'Finn GmbH' - s.email = 'info@finn.de' + s.authors = 'OpenProject GmbH' + s.email = 'info@openproject.com' s.homepage = 'https://www.openproject.org/projects/costs-plugin' s.summary = 'OpenProject Costs' s.description = 'This Plugin adds features for planning and tracking costs of projects.'