Skip to content

Commit 6cb622e

Browse files
committed
change author and fix name
1 parent 2066160 commit 6cb622e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appinfo/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
44
<id>timetracker</id>
5-
<name>Time Tracker New</name>
5+
<name>Time Tracker</name>
66
<summary>Time Tracker App</summary>
77
<description><![CDATA[Time Tracker App]]></description>
88
<version>0.0.15</version>
99
<licence>agpl</licence>
10-
<author mail="[email protected]" >Valentin Zagura</author>
10+
<author mail="[email protected]" >MTier Ltd.</author>
1111
<namespace>TimeTracker</namespace>
1212
<category>tools</category>
13-
<bugs>http://example.com</bugs>
13+
<bugs>https://mtier.org</bugs>
1414
<dependencies>
1515
<nextcloud min-version="14" max-version="15"/>
1616
</dependencies>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "AGPL",
66
"authors": [
77
{
8-
"name": "Valentin Zagura"
8+
"name": "MTier Ltd."
99
}
1010
],
1111
"require": {},

0 commit comments

Comments
 (0)