8 lines
332 B
Ruby
8 lines
332 B
Ruby
Redmine::Plugin.register :redmine_sao do
|
|
name 'systemausfall.org Anpassungen'
|
|
author 'systemausfall.org'
|
|
description 'Anpassungen für Redmine-Instanzen auf systemausfall.org'
|
|
version '0.2.1'
|
|
url 'https://git.systemausfall.org/systemausfall.org/redmine-plugin-sao'
|
|
author_url 'https://systemausfall.org'
|
|
end
|