hitobito_lit/lib/tasks/license.rake
Philipp Rothmann 135b14c868 init
2022-12-20 16:26:37 +01:00

11 lines
315 B
Ruby

# encoding: utf-8
namespace :app do
namespace :license do
task :config do # rubocop:disable Rails/RakeEnvironment
@licenser = Licenser.new('hitobito_lit',
'TODO: Customer Name',
'https://github.com/hitobito/hitobito_lit')
end
end
end