Fixed url for plugin

This commit is contained in:
2026-03-09 08:20:05 -04:00
parent 9736f1ac96
commit 70dc594cb2

View File

@@ -15,7 +15,7 @@ Redmine::Plugin.register :redmine_qbo_lineitems do
author 'Rick Barrette' author 'Rick Barrette'
description 'A plugin for Redmine to extend the capabilitys of the Redmine QuickBooks Online plugin to attach billable line items to an isuue' description 'A plugin for Redmine to extend the capabilitys of the Redmine QuickBooks Online plugin to attach billable line items to an isuue'
version '2026.3.3' version '2026.3.3'
url 'https://github.com/rickbarrette/redmine_qbo' url 'https://github.com/rickbarrette/redmine_qbo_lineitems'
author_url 'https://barrettefabrication.com' author_url 'https://barrettefabrication.com'
requires_redmine version_or_higher: '6.1.0' requires_redmine version_or_higher: '6.1.0'
settings partial: 'line_items/settings' settings partial: 'line_items/settings'