Initial commit

This commit is contained in:
phil 2023-04-12 20:25:45 +02:00
commit ad1e1eef42
2 changed files with 45 additions and 0 deletions

8
init.rb Normal file
View file

@ -0,0 +1,8 @@
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.0'
url 'https://systemausfall.org'
author_url 'https://systemausfall.org'
end