From 022ecdf8867f4486f6bbdd186ce7e9640a687f96 Mon Sep 17 00:00:00 2001 From: Niels Lindenthal Date: Tue, 17 Nov 2015 19:08:13 +0100 Subject: [PATCH] update author info [skip ci] --- openproject-auth_plugins.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openproject-auth_plugins.gemspec b/openproject-auth_plugins.gemspec index e82636e0d2..a5e420b3b0 100644 --- a/openproject-auth_plugins.gemspec +++ b/openproject-auth_plugins.gemspec @@ -6,9 +6,9 @@ require 'open_project/auth_plugins/version' Gem::Specification.new do |s| s.name = 'openproject-auth_plugins' s.version = OpenProject::AuthPlugins::VERSION - s.authors = 'Finn GmbH' - s.email = 'info@finn.de' - s.homepage = 'https://www.openproject.org/projects/auth-plugins' + s.authors = 'OpenProject GmbH' + s.email = 'info@openproject.com' + s.homepage = 'https://community.openproject.org/projects/auth-plugins' s.summary = 'OpenProject Auth Plugins' s.description = 'Integration of OmniAuth strategy providers for authentication in Openproject.' s.license = 'GPLv3'