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'