Added basic plugin description
This commit is contained in:
parent
e3f56132dc
commit
19e3d54297
12
init.rb
12
init.rb
@ -1,8 +1,8 @@
|
|||||||
Redmine::Plugin.register :body_tracking do
|
Redmine::Plugin.register :body_tracking do
|
||||||
name 'Body Tracking plugin'
|
name 'Body tracking plugin'
|
||||||
author 'Author name'
|
author 'cryptogopher'
|
||||||
description 'This is a plugin for Redmine'
|
description 'Keep track of body related data to achieve your goals'
|
||||||
version '0.0.1'
|
version '0.1'
|
||||||
url 'http://example.com/path/to/plugin'
|
url 'https://github.com/cryptogopher/body_tracking'
|
||||||
author_url 'http://example.com/about'
|
author_url 'https://github.com/cryptogopher'
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user