X Tutup
Skip to content

Commit 4d2e901

Browse files
committed
chore: fix repo and issue urls and license in package.json and plugin.xml
1 parent 74417bb commit 4d2e901

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/apache/cordova-plugin-geolocation"
1616
},
1717
"bugs": {
18-
"url": "https://issues.apache.org/jira/browse/CB"
18+
"url": "https://github.com/apache/cordova-plugin-geolocation/issues"
1919
},
2020
"keywords": [
2121
"cordova",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ xmlns:android="http://schemas.android.com/apk/res/android"
2828
<description>Cordova Geolocation Plugin</description>
2929
<license>Apache 2.0</license>
3030
<keywords>cordova,geolocation</keywords>
31-
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</repo>
32-
<issue>https://issues.apache.org/jira/browse/CB/component/12320638</issue>
31+
<repo>https://github.com/apache/cordova-plugin-geolocation</repo>
32+
<issue>https://github.com/apache/cordova-plugin-geolocation/issues</issue>
3333

3434
<engines>
3535
<engine name="cordova-android" version=">=6.3.0" />

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"ecosystem:cordova"
1111
],
1212
"author": "",
13-
"license": "Apache 2.0"
13+
"license": "Apache-2.0"
1414
}

0 commit comments

Comments
 (0)
X Tutup