Update author, homepage

pull/6827/head
Oliver Günther 9 years ago
parent 12377ada34
commit 4a0958b87c
  1. 2
      lib/open_project/documents/engine.rb
  2. 6
      openproject-documents.gemspec

@ -37,7 +37,7 @@ module OpenProject::Documents
include OpenProject::Plugins::ActsAsOpEngine
register 'openproject-documents',
author_url: "http://www.finn.de",
author_url: "http://www.openproject.com",
requires_openproject: ">= 4.0.0" do
menu :project_menu, :documents,

@ -6,9 +6,9 @@ require 'open_project/documents/version'
Gem::Specification.new do |s|
s.name = "openproject-documents"
s.version = OpenProject::Documents::VERSION
s.authors = "Finn GmbH"
s.email = "info@finn.de"
s.homepage = "https://www.openproject.org/projects/documents"
s.authors = "OpenProject GmbH"
s.email = "info@openproject.com"
s.homepage = "https://github.com/opf/openproject-documents"
s.summary = "OpenProject Documents"
s.description = "An OpenProject plugin to allow creation of documents in projects"
s.license = "GPLv3"

Loading…
Cancel
Save